Skip to content

Commit

Permalink
Creating folder for twin builder examples data (#57)
Browse files Browse the repository at this point in the history
adding data for a new example under construction
  • Loading branch information
SushobhitGupt authored Aug 7, 2022
1 parent dfba4f3 commit 478c077
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added pyaedt/twin_builder/Ex1_Mechanical_DynamicRom.zip
Binary file not shown.
24 changes: 24 additions & 0 deletions pyaedt/twin_builder/dynarom_build.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"dynarom_build":
{
"exc_filenames" : [
"./sinus/sinus_exc.csv",
"./step/step_exc.csv",
"./triangle/triangle_exc.csv"],
"output_filenames" : [
"./sinus/sinus_out.csv",
"./step/step_out.csv",
"./triangle/triangle_out.csv"],
"write_model_to":"./DynamicRom.dyn",
"write_model_output_to_directory":"",
"reference_trajectory_ids" : [0,1],
"settings" : {
"is_modal" : false,
"relative_l2_precision" : 0.05,
"absolute_l2_precision" : 0.0,
"relative_max_precision": 0.00,
"absolute_max_precision": 0.0,
"steady_init" : false
}
}
}

0 comments on commit 478c077

Please sign in to comment.