MeshPy from DAT to YAML #322
isteinbrecher
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
with #320 MeshPy now can write native YAML files for 4C. This is the default option,
dat
file output is no longer possible. From the user side not much has changed actually, all the major interfaces are still the same and work as expected. The following examples show the main things that have to be adapted when upgrading to YAML input files:Definition of simulation parameters (will likely improve, get additional functionality with the change to fourcipp)
old
new
Definition of boundary conditions
Note: the argument
format_replacement
is removed and one can now simply pass the functions as a list to theFUNCT
key.old
new
Definition of functions
old
new
@knarfnitram @davidrudlstorfer @gnath-aswin @dharinib98 @danielwolff1 @eulovi @BishrMaradni @datzj @rpfsibrain
Beta Was this translation helpful? Give feedback.
All reactions