An option of supersonic inlet profile will be added, the uniform temperature, pressure, and velocity at the inlet for a supersonic inlet BC will be replaced with vertex values.
Related Work
Modification to related files.
e.g. CFVMFlowSolverBase.inl, CEulerSolver.cpp, etc.
Recompelling the codes and debugging
Testing using proper cases and doing iterations
PR Checklist
[ ] I am submitting my contribution to the develop branch.
[ ] My contribution generates no new compiler warnings (try with --warnlevel=3 when using meson).
Proposed Changes
An option of supersonic inlet profile will be added, the uniform temperature, pressure, and velocity at the inlet for a supersonic inlet BC will be replaced with vertex values.
Related Work
Modification to related files. e.g. CFVMFlowSolverBase.inl, CEulerSolver.cpp, etc. Recompelling the codes and debugging Testing using proper cases and doing iterations
PR Checklist
pre-commit run --all
to format old commits.