Skip to content

Commit 24f33ca

Browse files
committed
Update simulation Readme
1 parent c05f5c2 commit 24f33ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • TestCases/species_transport/venturi_primitive_3species

TestCases/species_transport/venturi_primitive_3species/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Zero indicates a uniform species distribution.
1313

1414
- `species3_venturiPrimitive.cfg` Here, 2 additional transport equations are solved.
1515
In the output the `SURFACE_SPECIES_0` is tested. This is simply the surface averaged species on all `MARKER_ANALYZE` and can be weighted with `AREA` or `MASSFLOW` just like the other quantities.
16+
t
17+
- `restart_validation.sh` performs 4 simulations using `species3_venturiPrimitive.cfg` to check whether primal and primal-adjoint restarts work. This script is best used with `HISTORY_OUTPUT= RMS_RES` only as then the output is nicely comparable.
18+
1. Primal simulation with n+1 timesteps. This is the ground truth of the expected residual value
19+
2. Primal simulation with n timesteps. We will restart from this simulation.
20+
3. Primal simulation with 1 timestep, restarted from simulation in 2nd step.
21+
4. Adjoint simulation with 1 timestep, using the primal restart file from simulation in 2nd step. The printed direct residuals are taken for comparison
22+
1623

1724
- `species3_venturiPrimitive_inletFile.cfg` With the `test_inlet_files.sh` a simple sanity check for inlet files is performed.
1825
SU2 writes an `example_inlet_file.dat` when the specified inlet file is not available, with the values of the specified `MARKER_INLET` content.

0 commit comments

Comments
 (0)