diff options
author | jaseg <git@jaseg.de> | 2023-10-26 00:48:52 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-10-26 00:48:52 +0200 |
commit | 9624e46147755d221c8e7cf519e9ecd416381857 (patch) | |
tree | 50d903f8d62eb17bfb3e41ebc7c236351b639bbd /coil_parasitics_sim.yml | |
parent | a35125b123bb0c645f6e06c97287e2fb6ef2d6cb (diff) | |
download | gerbonara-9624e46147755d221c8e7cf519e9ecd416381857.tar.gz gerbonara-9624e46147755d221c8e7cf519e9ecd416381857.tar.bz2 gerbonara-9624e46147755d221c8e7cf519e9ecd416381857.zip |
Move coil stuff to separate repo
Diffstat (limited to 'coil_parasitics_sim.yml')
-rw-r--r-- | coil_parasitics_sim.yml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/coil_parasitics_sim.yml b/coil_parasitics_sim.yml deleted file mode 100644 index f65dd35..0000000 --- a/coil_parasitics_sim.yml +++ /dev/null @@ -1,50 +0,0 @@ -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 |