You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TestCases/species_transport/venturi_primitive_3species/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ Zero indicates a uniform species distribution.
13
13
14
14
-`species3_venturiPrimitive.cfg` Here, 2 additional transport equations are solved.
15
15
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
+
16
23
17
24
-`species3_venturiPrimitive_inletFile.cfg` With the `test_inlet_files.sh` a simple sanity check for inlet files is performed.
18
25
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