-
Notifications
You must be signed in to change notification settings - Fork 18
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
refactor(fourc_mc_tests): convert dat to yaml #141
Open
gilrrei
wants to merge
1
commit into
queens-py:main
Choose a base branch
from
gilrrei:use_yaml_file_for_4C_test
base: main
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
83 changes: 83 additions & 0 deletions
83
tests/input_files/third_party/fourc/solid_runtime_hex8.4C.yaml
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
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,83 @@ | ||||||||||
TITLE: | | ||||||||||
This is a simple test that tests the extrapolation of stressees from Gauss points to nodes for a | ||||||||||
hex8 discretization tested date: 19.12.2024 | ||||||||||
Comment on lines
+2
to
+3
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
PROBLEM TYPE: | ||||||||||
PROBLEMTYPE: "Structure" | ||||||||||
IO: | ||||||||||
OUTPUT_SPRING: true | ||||||||||
STRUCT_STRESS: "Cauchy" | ||||||||||
STRUCT_STRAIN: "Yes" | ||||||||||
VERBOSITY: "standard" | ||||||||||
IO/RUNTIME VTK OUTPUT: | ||||||||||
INTERVAL_STEPS: 1 | ||||||||||
OUTPUT_DATA_FORMAT: "ascii" | ||||||||||
IO/RUNTIME VTK OUTPUT/STRUCTURE: | ||||||||||
OUTPUT_STRUCTURE: true | ||||||||||
DISPLACEMENT: true | ||||||||||
STRESS_STRAIN: true | ||||||||||
SOLVER 1: | ||||||||||
SOLVER: "Superlu" | ||||||||||
NAME: "Structure_Solver" | ||||||||||
STRUCTURAL DYNAMIC: | ||||||||||
INT_STRATEGY: "Standard" | ||||||||||
DYNAMICTYPE: "Statics" | ||||||||||
TIMESTEP: 0.5 | ||||||||||
NUMSTEP: 2 | ||||||||||
MAXTIME: 1 | ||||||||||
TOLDISP: 1e-09 | ||||||||||
TOLRES: 1e-09 | ||||||||||
LOADLIN: true | ||||||||||
LINEAR_SOLVER: 1 | ||||||||||
STRUCT NOX/Printing: | ||||||||||
Inner Iteration: false | ||||||||||
Outer Iteration StatusTest: false | ||||||||||
MATERIALS: | ||||||||||
- MAT: 1 | ||||||||||
MAT_Struct_StVenantKirchhoff: | ||||||||||
YOUNG: 100 | ||||||||||
NUE: 0 | ||||||||||
DENS: 0 | ||||||||||
FUNCT1: | ||||||||||
- COMPONENT: 0 | ||||||||||
SYMBOLIC_FUNCTION_OF_SPACE_TIME: (1+{{ parameter_1 }}*y+{{ parameter_2 }}*z)*t | ||||||||||
DESIGN SURF NEUMANN CONDITIONS: | ||||||||||
- E: 2 | ||||||||||
NUMDOF: 6 | ||||||||||
ONOFF: [1, 0, 0, 0, 0, 0] | ||||||||||
VAL: [10, 0, 0, 0, 0, 0] | ||||||||||
FUNCT: [1, 0, 0, 0, 0, 0] | ||||||||||
DESIGN SURF DIRICH CONDITIONS: | ||||||||||
- E: 1 | ||||||||||
NUMDOF: 3 | ||||||||||
ONOFF: [1, 1, 1] | ||||||||||
VAL: [0, 0, 0] | ||||||||||
FUNCT: [0, 0, 0] | ||||||||||
PROBLEM SIZE: | ||||||||||
ELEMENTS: 2 | ||||||||||
NODES: 12 | ||||||||||
MATERIALS: 9999 | ||||||||||
DSURF-NODE TOPOLOGY: | ||||||||||
- NODE 3 DSURFACE 1 | ||||||||||
- NODE 1 DSURFACE 1 | ||||||||||
- NODE 4 DSURFACE 1 | ||||||||||
- NODE 2 DSURFACE 1 | ||||||||||
- NODE 10 DSURFACE 2 | ||||||||||
- NODE 12 DSURFACE 2 | ||||||||||
- NODE 9 DSURFACE 2 | ||||||||||
- NODE 11 DSURFACE 2 | ||||||||||
NODE COORDS: | ||||||||||
- NODE 1 COORD 0.0 0.0 0.0 | ||||||||||
- NODE 2 COORD 0.0 1.0 0.0 | ||||||||||
- NODE 3 COORD 0.0 0.0 1.0 | ||||||||||
- NODE 4 COORD 0.0 1.0 1.0 | ||||||||||
- NODE 5 COORD 1.0 0.0 0.0 | ||||||||||
- NODE 6 COORD 1.0 1.0 0.0 | ||||||||||
- NODE 7 COORD 1.0 0.0 1.0 | ||||||||||
- NODE 8 COORD 1.0 1.0 1.0 | ||||||||||
- NODE 9 COORD 2.0 0.0 0.0 | ||||||||||
- NODE 10 COORD 2.0 1.0 0.0 | ||||||||||
- NODE 11 COORD 2.0 0.0 1.0 | ||||||||||
- NODE 12 COORD 2.0 1.0 1.0 | ||||||||||
STRUCTURE ELEMENTS: | ||||||||||
- 1 SOLID HEX8 1 5 6 2 3 7 8 4 MAT 1 KINEM nonlinear | ||||||||||
- 2 SOLID HEX8 5 9 10 6 7 11 12 8 MAT 1 KINEM nonlinear |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the
.4C
in the file name really necessary if the file is already in a folder namedfourc
?