forked from FreeCAD/FreeCAD
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fem: Add cylindrical shell example #99
Open
chlai1012
wants to merge
4
commits into
berndhahnebach:femexamples
Choose a base branch
from
chlai1012:FEM-add-cylindrical-shell-example
base: femexamples
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fem: Add cylindrical shell example #99
chlai1012
wants to merge
4
commits into
berndhahnebach:femexamples
from
chlai1012:FEM-add-cylindrical-shell-example
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chlai1012
force-pushed
the
FEM-add-cylindrical-shell-example
branch
from
February 3, 2022 21:40
b5d167c
to
63cb10a
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
February 8, 2022 07:12
58c652d
to
65692d9
Compare
chlai1012
force-pushed
the
FEM-add-cylindrical-shell-example
branch
from
February 8, 2022 17:11
c80014f
to
51fb439
Compare
berndhahnebach
force-pushed
the
femexamples
branch
2 times, most recently
from
February 18, 2022 09:39
2ceb0ab
to
66f395f
Compare
berndhahnebach
force-pushed
the
femexamples
branch
2 times, most recently
from
March 7, 2022 05:32
9c1411c
to
afa8f90
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
March 22, 2022 20:46
afa8f90
to
1d40638
Compare
berndhahnebach
force-pushed
the
femexamples
branch
3 times, most recently
from
April 3, 2022 09:28
c0e38de
to
0f67495
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
April 18, 2022 11:21
0f67495
to
abfda5d
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
April 26, 2022 08:21
abfda5d
to
6b7c1c2
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
May 5, 2022 20:17
6b7c1c2
to
b0f24c2
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
July 3, 2022 09:39
b0f24c2
to
fb3adbf
Compare
berndhahnebach
force-pushed
the
femexamples
branch
6 times, most recently
from
July 13, 2022 10:06
ae34e3b
to
259c88d
Compare
berndhahnebach
force-pushed
the
femexamples
branch
8 times, most recently
from
August 7, 2022 15:17
740dd94
to
3b92ded
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
September 15, 2022 21:16
3b92ded
to
1028afa
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
October 1, 2022 10:20
1028afa
to
b96183f
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
October 8, 2022 20:51
b96183f
to
4c0be5d
Compare
berndhahnebach
force-pushed
the
femexamples
branch
5 times, most recently
from
October 24, 2022 19:24
b0d199d
to
cdf9923
Compare
berndhahnebach
force-pushed
the
femexamples
branch
2 times, most recently
from
November 6, 2022 06:54
679d963
to
05bcf2f
Compare
berndhahnebach
force-pushed
the
femexamples
branch
2 times, most recently
from
December 5, 2022 01:12
b3867bd
to
15b0156
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
December 15, 2022 23:32
15b0156
to
d3abda1
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
December 29, 2022 09:29
d3abda1
to
26ea0de
Compare
berndhahnebach
force-pushed
the
femexamples
branch
2 times, most recently
from
April 4, 2023 21:40
652725b
to
fd93c91
Compare
berndhahnebach
force-pushed
the
femexamples
branch
3 times, most recently
from
April 19, 2023 20:17
040d220
to
b95ca68
Compare
berndhahnebach
force-pushed
the
femexamples
branch
2 times, most recently
from
June 23, 2023 19:17
1108a26
to
cf8af5f
Compare
berndhahnebach
force-pushed
the
femexamples
branch
from
April 11, 2024 20:56
cf8af5f
to
e97e31e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Bernd,
This PR is about a fem example: frequency analysis for a cylindrical shell.
I made this shell frequency analysis which generates pretty well results. These results can be verified using the cylindrical shell theory with about 1% error (thickness = 10 mm, see forum: https://forum.freecadweb.org/viewtopic.php?f=18&t=65382#p564156)
Since there is currently no example of such a model yet (frequency analysis for a cylindrical shell with quad4 element type). I hope this example could help other users if they encounter a similar model or as a reference for shell frequency analysis.
I am still working on different types of shell analysis using FEM Wb. If there is any question or suggestion, please feel free to contact me.
Best regards,
Han (forum name: chlai)
Thank you for creating a pull request to contribute to FreeCAD! To ease integration, we ask you to conform to the following items. Pull requests which don't satisfy all the items below might be rejected. If you are in doubt with any of the items below, don't hesitate to ask for help in the FreeCAD forum!
App
,Base
,Gui
or one of theMod
subfolders. If you need to make changes in several locations, make several pull requests and wait for the first one to be merged before submitting the next onesgit pull --rebase upstream master
./bin/FreeCAD --run-test 0
Fixes typo in Draft Move command text
Draft: Fixed typos
issue #<id>
orfixes #<id>
where<id>
is the FreeCAD bug tracker issue number in case a particular commit solves or is related to an existing issue on the tracker. Ex:Draft: fix typos - fixes #0004805
And please remember to update the Wiki with the features added or changed once this PR is merged.
Note: If you don't have wiki access, then please mention your contribution on the 0.20 Changelog Forum Thread.