vikramvgarg
vikramvgarg
This PR aims to condense and organize the different integrate_xyz_timestep methods currently present in TimeSolver. The scattered integrate_xyz_timestep implementations will be consolidated into a single advance_postprocessing_timestep method. TS::integrate_qoi_timestep, integrate_adjoint_sensitivity and...
Currently, ES::read tries to find all the vectors the system holds while reading a solution file. Some vectors like sensitivity_rhs and adjoint_based_lift vectors are used temporarily for post-processing, and ordinarily...
I have mesh 1 called mesh_1.xda and a solution solution_on_mesh_1.xda. For my next simulation I want to read in mesh_1.xda, uniformly refine it and use solution_on_mesh_1.xda as the restart solution....
We are ready to link MASA with the SA branch to test the turbulence model with manufactured solutions. Two questions arise: 1) Paul, is linking MASA to GRINS on your...
Forward/Adjoint Sensitivity
1) The TurbulentViscosity class is designed to act as a link between the various turbulence models we plan to add to GRINS (starting with Spalart-Allmaras) and the IncompressibleNavierStokes physics. Turbulence...