From 551f94d727d93874d8228a29e8c4884d4b1d53af Mon Sep 17 00:00:00 2001 From: Bert Vandenbroucke <bert.vandenbroucke@gmail.com> Date: Wed, 23 May 2018 17:16:44 +0100 Subject: [PATCH] Added configuration.yml and system.yml for all basic hydro tests. --- examples/EvrardCollapse_3D/configuration.yml | 7 +++++++ examples/EvrardCollapse_3D/system.yml | 9 +++++++++ examples/GreshoVortex_2D/configuration.yml | 7 +++++++ examples/GreshoVortex_2D/system.yml | 9 +++++++++ examples/GreshoVortex_3D/configuration.yml | 7 +++++++ examples/GreshoVortex_3D/system.yml | 9 +++++++++ .../InteractingBlastWaves_1D/configuration.yml | 7 +++++++ examples/InteractingBlastWaves_1D/system.yml | 9 +++++++++ examples/KelvinHelmholtz_2D/configuration.yml | 7 +++++++ examples/KelvinHelmholtz_2D/system.yml | 8 ++++++++ examples/Noh_1D/configuration.yml | 7 +++++++ examples/Noh_1D/system.yml | 8 ++++++++ examples/Noh_2D/configuration.yml | 7 +++++++ examples/Noh_2D/system.yml | 9 +++++++++ examples/Noh_3D/configuration.yml | 7 +++++++ examples/Noh_3D/system.yml | 9 +++++++++ examples/SedovBlast_1D/configuration.yml | 7 +++++++ examples/SedovBlast_1D/system.yml | 8 ++++++++ examples/SedovBlast_2D/configuration.yml | 7 +++++++ examples/SedovBlast_2D/system.yml | 9 +++++++++ examples/SedovBlast_3D/configuration.yml | 7 +++++++ examples/SedovBlast_3D/system.yml | 9 +++++++++ .../SineWavePotential_1D/configuration.yml | 7 +++++++ examples/SineWavePotential_1D/system.yml | 18 ++++++++++++++++++ .../SineWavePotential_2D/configuration.yml | 7 +++++++ examples/SineWavePotential_2D/system.yml | 18 ++++++++++++++++++ .../SineWavePotential_3D/configuration.yml | 7 +++++++ examples/SineWavePotential_3D/system.yml | 18 ++++++++++++++++++ .../SodShockSpherical_2D/configuration.yml | 7 +++++++ examples/SodShockSpherical_2D/system.yml | 11 +++++++++++ .../SodShockSpherical_3D/configuration.yml | 7 +++++++ examples/SodShockSpherical_3D/system.yml | 11 +++++++++++ examples/SodShock_1D/configuration.yml | 7 +++++++ examples/SodShock_1D/system.yml | 8 ++++++++ examples/SodShock_2D/configuration.yml | 7 +++++++ examples/SodShock_2D/system.yml | 10 ++++++++++ examples/SodShock_3D/configuration.yml | 7 +++++++ examples/SodShock_3D/system.yml | 10 ++++++++++ examples/SquareTest_2D/configuration.yml | 7 +++++++ examples/SquareTest_2D/system.yml | 8 ++++++++ examples/VacuumSpherical_2D/configuration.yml | 7 +++++++ examples/VacuumSpherical_2D/system.yml | 10 ++++++++++ examples/VacuumSpherical_3D/configuration.yml | 7 +++++++ examples/VacuumSpherical_3D/system.yml | 10 ++++++++++ examples/Vacuum_1D/configuration.yml | 7 +++++++ examples/Vacuum_1D/system.yml | 8 ++++++++ examples/Vacuum_2D/configuration.yml | 7 +++++++ examples/Vacuum_2D/system.yml | 9 +++++++++ examples/Vacuum_3D/configuration.yml | 7 +++++++ examples/Vacuum_3D/system.yml | 9 +++++++++ 50 files changed, 429 insertions(+) create mode 100644 examples/EvrardCollapse_3D/configuration.yml create mode 100644 examples/EvrardCollapse_3D/system.yml create mode 100644 examples/GreshoVortex_2D/configuration.yml create mode 100644 examples/GreshoVortex_2D/system.yml create mode 100644 examples/GreshoVortex_3D/configuration.yml create mode 100644 examples/GreshoVortex_3D/system.yml create mode 100644 examples/InteractingBlastWaves_1D/configuration.yml create mode 100644 examples/InteractingBlastWaves_1D/system.yml create mode 100644 examples/KelvinHelmholtz_2D/configuration.yml create mode 100644 examples/KelvinHelmholtz_2D/system.yml create mode 100644 examples/Noh_1D/configuration.yml create mode 100644 examples/Noh_1D/system.yml create mode 100644 examples/Noh_2D/configuration.yml create mode 100644 examples/Noh_2D/system.yml create mode 100644 examples/Noh_3D/configuration.yml create mode 100644 examples/Noh_3D/system.yml create mode 100644 examples/SedovBlast_1D/configuration.yml create mode 100644 examples/SedovBlast_1D/system.yml create mode 100644 examples/SedovBlast_2D/configuration.yml create mode 100644 examples/SedovBlast_2D/system.yml create mode 100644 examples/SedovBlast_3D/configuration.yml create mode 100644 examples/SedovBlast_3D/system.yml create mode 100644 examples/SineWavePotential_1D/configuration.yml create mode 100644 examples/SineWavePotential_1D/system.yml create mode 100644 examples/SineWavePotential_2D/configuration.yml create mode 100644 examples/SineWavePotential_2D/system.yml create mode 100644 examples/SineWavePotential_3D/configuration.yml create mode 100644 examples/SineWavePotential_3D/system.yml create mode 100644 examples/SodShockSpherical_2D/configuration.yml create mode 100644 examples/SodShockSpherical_2D/system.yml create mode 100644 examples/SodShockSpherical_3D/configuration.yml create mode 100644 examples/SodShockSpherical_3D/system.yml create mode 100644 examples/SodShock_1D/configuration.yml create mode 100644 examples/SodShock_1D/system.yml create mode 100644 examples/SodShock_2D/configuration.yml create mode 100644 examples/SodShock_2D/system.yml create mode 100644 examples/SodShock_3D/configuration.yml create mode 100644 examples/SodShock_3D/system.yml create mode 100644 examples/SquareTest_2D/configuration.yml create mode 100644 examples/SquareTest_2D/system.yml create mode 100644 examples/VacuumSpherical_2D/configuration.yml create mode 100644 examples/VacuumSpherical_2D/system.yml create mode 100644 examples/VacuumSpherical_3D/configuration.yml create mode 100644 examples/VacuumSpherical_3D/system.yml create mode 100644 examples/Vacuum_1D/configuration.yml create mode 100644 examples/Vacuum_1D/system.yml create mode 100644 examples/Vacuum_2D/configuration.yml create mode 100644 examples/Vacuum_2D/system.yml create mode 100644 examples/Vacuum_3D/configuration.yml create mode 100644 examples/Vacuum_3D/system.yml diff --git a/examples/EvrardCollapse_3D/configuration.yml b/examples/EvrardCollapse_3D/configuration.yml new file mode 100644 index 0000000000..d5949c93b8 --- /dev/null +++ b/examples/EvrardCollapse_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/EvrardCollapse_3D/system.yml b/examples/EvrardCollapse_3D/system.yml new file mode 100644 index 0000000000..0dcbb67670 --- /dev/null +++ b/examples/EvrardCollapse_3D/system.yml @@ -0,0 +1,9 @@ +input: + - evrardCollapse3D_exact.txt + - evrard.yml + +output: + - EvrardCollapse.png + +swift_parameters: -s -G +swift_threads: 4 diff --git a/examples/GreshoVortex_2D/configuration.yml b/examples/GreshoVortex_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/GreshoVortex_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/GreshoVortex_2D/system.yml b/examples/GreshoVortex_2D/system.yml new file mode 100644 index 0000000000..e9b10f46c1 --- /dev/null +++ b/examples/GreshoVortex_2D/system.yml @@ -0,0 +1,9 @@ +input: + - glassPlane_128.hdf5 + - gresho.yml + +output: + - GreshoVortex.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/GreshoVortex_3D/configuration.yml b/examples/GreshoVortex_3D/configuration.yml new file mode 100644 index 0000000000..d5949c93b8 --- /dev/null +++ b/examples/GreshoVortex_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/GreshoVortex_3D/system.yml b/examples/GreshoVortex_3D/system.yml new file mode 100644 index 0000000000..a0c0ffdaeb --- /dev/null +++ b/examples/GreshoVortex_3D/system.yml @@ -0,0 +1,9 @@ +input: + - glassCube_64.hdf5 + - gresho.yml + +output: + - GreshoVortex.png + +swift_parameters: -s +swift_threads: 4 diff --git a/examples/InteractingBlastWaves_1D/configuration.yml b/examples/InteractingBlastWaves_1D/configuration.yml new file mode 100644 index 0000000000..fd2b53a75a --- /dev/null +++ b/examples/InteractingBlastWaves_1D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 1 +with-equation-of-state: ideal-gas +with-adiabatic-index: 7/5 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/InteractingBlastWaves_1D/system.yml b/examples/InteractingBlastWaves_1D/system.yml new file mode 100644 index 0000000000..1544900d05 --- /dev/null +++ b/examples/InteractingBlastWaves_1D/system.yml @@ -0,0 +1,9 @@ +input: + - interactingBlastWaves1D_exact.txt + - interactingBlastWaves.yml + +output: + - InteractingBlastWaves.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/KelvinHelmholtz_2D/configuration.yml b/examples/KelvinHelmholtz_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/KelvinHelmholtz_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/KelvinHelmholtz_2D/system.yml b/examples/KelvinHelmholtz_2D/system.yml new file mode 100644 index 0000000000..3681a0051e --- /dev/null +++ b/examples/KelvinHelmholtz_2D/system.yml @@ -0,0 +1,8 @@ +input: + - kelvinHelmholtz.yml + +output: + - KelvinHelmholtz.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/Noh_1D/configuration.yml b/examples/Noh_1D/configuration.yml new file mode 100644 index 0000000000..90880fe921 --- /dev/null +++ b/examples/Noh_1D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 1 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/Noh_1D/system.yml b/examples/Noh_1D/system.yml new file mode 100644 index 0000000000..41758dc611 --- /dev/null +++ b/examples/Noh_1D/system.yml @@ -0,0 +1,8 @@ +input: + - noh.yml + +output: + - Noh.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/Noh_2D/configuration.yml b/examples/Noh_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/Noh_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/Noh_2D/system.yml b/examples/Noh_2D/system.yml new file mode 100644 index 0000000000..0c3e24e22c --- /dev/null +++ b/examples/Noh_2D/system.yml @@ -0,0 +1,9 @@ +input: + - glassPlane_128.hdf5 + - noh.yml + +output: + - Noh.png + +swift_parameters: -s +swift_threads: 2 diff --git a/examples/Noh_3D/configuration.yml b/examples/Noh_3D/configuration.yml new file mode 100644 index 0000000000..d5949c93b8 --- /dev/null +++ b/examples/Noh_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/Noh_3D/system.yml b/examples/Noh_3D/system.yml new file mode 100644 index 0000000000..63ac3c9469 --- /dev/null +++ b/examples/Noh_3D/system.yml @@ -0,0 +1,9 @@ +input: + - glassCube_64.hdf5 + - noh.yml + +output: + - Noh.png + +swift_parameters: -s +swift_threads: 2 diff --git a/examples/SedovBlast_1D/configuration.yml b/examples/SedovBlast_1D/configuration.yml new file mode 100644 index 0000000000..90880fe921 --- /dev/null +++ b/examples/SedovBlast_1D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 1 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SedovBlast_1D/system.yml b/examples/SedovBlast_1D/system.yml new file mode 100644 index 0000000000..1b3a6e267e --- /dev/null +++ b/examples/SedovBlast_1D/system.yml @@ -0,0 +1,8 @@ +input: + - sedov.yml + +output: + - Sedov.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/SedovBlast_2D/configuration.yml b/examples/SedovBlast_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/SedovBlast_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SedovBlast_2D/system.yml b/examples/SedovBlast_2D/system.yml new file mode 100644 index 0000000000..41d95d7929 --- /dev/null +++ b/examples/SedovBlast_2D/system.yml @@ -0,0 +1,9 @@ +input: + - glassPlane_128.hdf5 + - sedov.yml + +output: + - Sedov.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/SedovBlast_3D/configuration.yml b/examples/SedovBlast_3D/configuration.yml new file mode 100644 index 0000000000..d5949c93b8 --- /dev/null +++ b/examples/SedovBlast_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SedovBlast_3D/system.yml b/examples/SedovBlast_3D/system.yml new file mode 100644 index 0000000000..5f197034a1 --- /dev/null +++ b/examples/SedovBlast_3D/system.yml @@ -0,0 +1,9 @@ +input: + - glassCube_64.hdf5 + - sedov.yml + +output: + - Sedov.png + +swift_parameters: -s +swift_threads: 4 diff --git a/examples/SineWavePotential_1D/configuration.yml b/examples/SineWavePotential_1D/configuration.yml new file mode 100644 index 0000000000..1625ce0e1e --- /dev/null +++ b/examples/SineWavePotential_1D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 1 +with-equation-of-state: isothermal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: sine-wave diff --git a/examples/SineWavePotential_1D/system.yml b/examples/SineWavePotential_1D/system.yml new file mode 100644 index 0000000000..bd15431354 --- /dev/null +++ b/examples/SineWavePotential_1D/system.yml @@ -0,0 +1,18 @@ +input: + - sineWavePotential.yml + +output: + - sineWavePotential_0000.png + - sineWavePotential_0001.png + - sineWavePotential_0002.png + - sineWavePotential_0003.png + - sineWavePotential_0004.png + - sineWavePotential_0005.png + - sineWavePotential_0006.png + - sineWavePotential_0007.png + - sineWavePotential_0008.png + - sineWavePotential_0009.png + - sineWavePotential_0010.png + +swift_parameters: -s -g +swift_threads: 2 diff --git a/examples/SineWavePotential_2D/configuration.yml b/examples/SineWavePotential_2D/configuration.yml new file mode 100644 index 0000000000..682d3de839 --- /dev/null +++ b/examples/SineWavePotential_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: isothermal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: sine-wave diff --git a/examples/SineWavePotential_2D/system.yml b/examples/SineWavePotential_2D/system.yml new file mode 100644 index 0000000000..bd15431354 --- /dev/null +++ b/examples/SineWavePotential_2D/system.yml @@ -0,0 +1,18 @@ +input: + - sineWavePotential.yml + +output: + - sineWavePotential_0000.png + - sineWavePotential_0001.png + - sineWavePotential_0002.png + - sineWavePotential_0003.png + - sineWavePotential_0004.png + - sineWavePotential_0005.png + - sineWavePotential_0006.png + - sineWavePotential_0007.png + - sineWavePotential_0008.png + - sineWavePotential_0009.png + - sineWavePotential_0010.png + +swift_parameters: -s -g +swift_threads: 2 diff --git a/examples/SineWavePotential_3D/configuration.yml b/examples/SineWavePotential_3D/configuration.yml new file mode 100644 index 0000000000..1ad3871eff --- /dev/null +++ b/examples/SineWavePotential_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: isothermal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: sine-wave diff --git a/examples/SineWavePotential_3D/system.yml b/examples/SineWavePotential_3D/system.yml new file mode 100644 index 0000000000..bd15431354 --- /dev/null +++ b/examples/SineWavePotential_3D/system.yml @@ -0,0 +1,18 @@ +input: + - sineWavePotential.yml + +output: + - sineWavePotential_0000.png + - sineWavePotential_0001.png + - sineWavePotential_0002.png + - sineWavePotential_0003.png + - sineWavePotential_0004.png + - sineWavePotential_0005.png + - sineWavePotential_0006.png + - sineWavePotential_0007.png + - sineWavePotential_0008.png + - sineWavePotential_0009.png + - sineWavePotential_0010.png + +swift_parameters: -s -g +swift_threads: 2 diff --git a/examples/SodShockSpherical_2D/configuration.yml b/examples/SodShockSpherical_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/SodShockSpherical_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SodShockSpherical_2D/system.yml b/examples/SodShockSpherical_2D/system.yml new file mode 100644 index 0000000000..28fafe02f8 --- /dev/null +++ b/examples/SodShockSpherical_2D/system.yml @@ -0,0 +1,11 @@ +input: + - glassPlane_128.hdf5 + - glassPlane_48.hdf5 + - sodShock.yml + - sodShockSpherical2D_exact.txt + +output: + - SodShock.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/SodShockSpherical_3D/configuration.yml b/examples/SodShockSpherical_3D/configuration.yml new file mode 100644 index 0000000000..d5949c93b8 --- /dev/null +++ b/examples/SodShockSpherical_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SodShockSpherical_3D/system.yml b/examples/SodShockSpherical_3D/system.yml new file mode 100644 index 0000000000..174bbcbd63 --- /dev/null +++ b/examples/SodShockSpherical_3D/system.yml @@ -0,0 +1,11 @@ +input: + - glassCube_64.hdf5 + - glassCube_32.hdf5 + - sodShock.yml + - sodShockSpherical3D_exact.txt + +output: + - SodShock.png + +swift_parameters: -s +swift_threads: 4 diff --git a/examples/SodShock_1D/configuration.yml b/examples/SodShock_1D/configuration.yml new file mode 100644 index 0000000000..90880fe921 --- /dev/null +++ b/examples/SodShock_1D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 1 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SodShock_1D/system.yml b/examples/SodShock_1D/system.yml new file mode 100644 index 0000000000..c130b017a1 --- /dev/null +++ b/examples/SodShock_1D/system.yml @@ -0,0 +1,8 @@ +input: + - sodShock.yml + +output: + - SodShock.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/SodShock_2D/configuration.yml b/examples/SodShock_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/SodShock_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SodShock_2D/system.yml b/examples/SodShock_2D/system.yml new file mode 100644 index 0000000000..a17bf1816d --- /dev/null +++ b/examples/SodShock_2D/system.yml @@ -0,0 +1,10 @@ +input: + - glassPlane_128.hdf5 + - glassPlane_48.hdf5 + - sodShock.yml + +output: + - SodShock.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/SodShock_3D/configuration.yml b/examples/SodShock_3D/configuration.yml new file mode 100644 index 0000000000..d5949c93b8 --- /dev/null +++ b/examples/SodShock_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SodShock_3D/system.yml b/examples/SodShock_3D/system.yml new file mode 100644 index 0000000000..e1fe6569ed --- /dev/null +++ b/examples/SodShock_3D/system.yml @@ -0,0 +1,10 @@ +input: + - glassCube_64.hdf5 + - glassCube_32.hdf5 + - sodShock.yml + +output: + - SodShock.png + +swift_parameters: -s +swift_threads: 4 diff --git a/examples/SquareTest_2D/configuration.yml b/examples/SquareTest_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/SquareTest_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/SquareTest_2D/system.yml b/examples/SquareTest_2D/system.yml new file mode 100644 index 0000000000..e5f969879f --- /dev/null +++ b/examples/SquareTest_2D/system.yml @@ -0,0 +1,8 @@ +input: + - square.yml + +output: + - Square.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/VacuumSpherical_2D/configuration.yml b/examples/VacuumSpherical_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/VacuumSpherical_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/VacuumSpherical_2D/system.yml b/examples/VacuumSpherical_2D/system.yml new file mode 100644 index 0000000000..9166fcd959 --- /dev/null +++ b/examples/VacuumSpherical_2D/system.yml @@ -0,0 +1,10 @@ +input: + - glassPlane_128.hdf5 + - vacuumSpherical2D_exact.txt + - vacuum.yml + +output: + - Vacuum.png + +swift_parameters: -s +swift_threads: 4 diff --git a/examples/VacuumSpherical_3D/configuration.yml b/examples/VacuumSpherical_3D/configuration.yml new file mode 100644 index 0000000000..d5949c93b8 --- /dev/null +++ b/examples/VacuumSpherical_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/VacuumSpherical_3D/system.yml b/examples/VacuumSpherical_3D/system.yml new file mode 100644 index 0000000000..1695018fbe --- /dev/null +++ b/examples/VacuumSpherical_3D/system.yml @@ -0,0 +1,10 @@ +input: + - glassCube_64.hdf5 + - vacuumSpherical3D_exact.txt + - vacuum.yml + +output: + - Vacuum.png + +swift_parameters: -s +swift_threads: 16 diff --git a/examples/Vacuum_1D/configuration.yml b/examples/Vacuum_1D/configuration.yml new file mode 100644 index 0000000000..90880fe921 --- /dev/null +++ b/examples/Vacuum_1D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 1 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/Vacuum_1D/system.yml b/examples/Vacuum_1D/system.yml new file mode 100644 index 0000000000..e9a0416974 --- /dev/null +++ b/examples/Vacuum_1D/system.yml @@ -0,0 +1,8 @@ +input: + - vacuum.yml + +output: + - Vacuum.png + +swift_parameters: -s +swift_threads: 1 diff --git a/examples/Vacuum_2D/configuration.yml b/examples/Vacuum_2D/configuration.yml new file mode 100644 index 0000000000..7b4f1284b6 --- /dev/null +++ b/examples/Vacuum_2D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 2 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/Vacuum_2D/system.yml b/examples/Vacuum_2D/system.yml new file mode 100644 index 0000000000..4c622f69b6 --- /dev/null +++ b/examples/Vacuum_2D/system.yml @@ -0,0 +1,9 @@ +input: + - glassPlane_128.hdf5 + - vacuum.yml + +output: + - Vacuum.png + +swift_parameters: -s +swift_threads: 4 diff --git a/examples/Vacuum_3D/configuration.yml b/examples/Vacuum_3D/configuration.yml new file mode 100644 index 0000000000..d5949c93b8 --- /dev/null +++ b/examples/Vacuum_3D/configuration.yml @@ -0,0 +1,7 @@ +with-subgrid: none +with-hydro-dimension: 3 +with-equation-of-state: ideal-gas +with-adiabatic-index: 5/3 +with-cooling: none +with-chemistry: none +with-ext-potential: none diff --git a/examples/Vacuum_3D/system.yml b/examples/Vacuum_3D/system.yml new file mode 100644 index 0000000000..2657ee10f6 --- /dev/null +++ b/examples/Vacuum_3D/system.yml @@ -0,0 +1,9 @@ +input: + - glassCube_64.hdf5 + - vacuum.yml + +output: + - Vacuum.png + +swift_parameters: -s +swift_threads: 16 -- GitLab