diff options
author | jaseg <git@jaseg.de> | 2023-09-29 10:37:40 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-09-29 10:37:40 +0200 |
commit | fdaf3c7e93467634f91142668a39e1ac2a3fb725 (patch) | |
tree | 916a69e7397bf9cb0b6f0b2121dc497781163c8f /coil_parasitics_sim.yml | |
parent | 6e12adb07ef6d40303987a92a4e081619ef4b01d (diff) | |
download | gerbonara-fdaf3c7e93467634f91142668a39e1ac2a3fb725.tar.gz gerbonara-fdaf3c7e93467634f91142668a39e1ac2a3fb725.tar.bz2 gerbonara-fdaf3c7e93467634f91142668a39e1ac2a3fb725.zip |
Add sim files
Diffstat (limited to 'coil_parasitics_sim.yml')
-rw-r--r-- | coil_parasitics_sim.yml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/coil_parasitics_sim.yml b/coil_parasitics_sim.yml new file mode 100644 index 0000000..f65dd35 --- /dev/null +++ b/coil_parasitics_sim.yml @@ -0,0 +1,50 @@ +2D_steady: + Max Output Level: 4 + Coordinate System: Cartesian 2D + Simulation Type: Steady state + Steady State Max Iterations: 10 + +3D_steady: + Max Output Level: 5 + Coordinate System: Cartesian + Coordinate Mapping(3): 1 2 3 + Simulation Type: Steady state + Steady State Max Iterations: 1 + Output Intervals: 1 + Timestepping Method: BDF + BDF Order: 1 + Solver Input File: case.sif + Post File: case.vtu + Output File: case.result + +2D_transient: + Max Output Level: 4 + Coordinate System: Cartesian 2D + Simulation Type: Transient + Steady State Max Iterations: 10 + Output File: case.result + Output Intervals: 10 + Timestep Sizes: 0.1 + Timestep Intervals: 100 + Timestepping Method: BDF + BDF Order: 1 + + +axi-symmetric_steady: + Max Output Level: 4 + Coordinate System: Axi Symmetric + Simulation Type: Steady state + Steady State Max Iterations: 10 + Output File: case.result + +axi-symmetric_transient: + Max Output Level: 4 + Coordinate System: Axi Symmetric + Simulation Type: Transient + Steady State Max Iterations: 10 + Output File: case.result + Output Intervals: 10 + Timestep Sizes: 0.1 + Timestep Intervals: 100 + Timestepping Method: BDF + BDF Order: 1 |