Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Mesh2D to be given an analysis type. #15

Closed
Greg-Hamel opened this issue Aug 7, 2017 · 0 comments
Closed

Allow Mesh2D to be given an analysis type. #15

Greg-Hamel opened this issue Aug 7, 2017 · 0 comments

Comments

@Greg-Hamel
Copy link
Owner

The Mesh2D should be able to be given an analysis type.
This analysis type will then be passed on to the elements and nodes contained within the mesh for the Ne_ref and other shape functions derived results to follow their analysis-required shape.

Here is an example of one of the differences between the heat transfer equations and the structures-based equations.

Heat transfer:
Ne_ref = [N1, N2, N3, N4, ...]

Structures:
Ne_ref = [N1, 0, N2, 0, ...]
[ 0, N1, 0, N2, ...]

@Greg-Hamel Greg-Hamel created this issue from a note in Add Structure Analysis (To Do) Aug 7, 2017
@Greg-Hamel Greg-Hamel moved this from To Do to In progress in Add Structure Analysis Aug 7, 2017
@Greg-Hamel Greg-Hamel moved this from In progress to Completed in Add Structure Analysis Aug 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant