|
| | CHeatIteration (CConfig *config) |
| | Constructor of the class. More...
|
| |
|
| ~CHeatIteration (void) |
| | Destructor of the class.
|
| |
| void | Preprocess (COutput *output, CIntegration ***integration_container, CGeometry ***geometry_container, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config_container, CSurfaceMovement **surface_movement, CVolumetricMovement **grid_movement, CFreeFormDefBox ***FFDBox, unsigned short val_iZone) |
| | Preprocessing to prepare for an iteration of the physics. More...
|
| |
| void | Iterate (COutput *output, CIntegration ***integration_container, CGeometry ***geometry_container, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config_container, CSurfaceMovement **surface_movement, CVolumetricMovement **grid_movement, CFreeFormDefBox ***FFDBox, unsigned short val_iZone) |
| | Perform a single iteration of the heat system. More...
|
| |
| void | Update (COutput *output, CIntegration ***integration_container, CGeometry ***geometry_container, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config_container, CSurfaceMovement **surface_movement, CVolumetricMovement **grid_movement, CFreeFormDefBox ***FFDBox, unsigned short val_iZone) |
| | Updates the containers for the heat system. More...
|
| |
| void | Monitor () |
| | Monitors the convergence and other metrics for the heat system. More...
|
| |
| void | Output () |
| | Outputs desired files and quantities for the heat system. More...
|
| |
| void | Postprocess () |
| | Postprocesses the heat system before heading to another physics system or the next iteration. More...
|
| |
|
| CIteration (CConfig *config) |
| | Constructor of the class.
|
| |
|
virtual | ~CIteration (void) |
| | Destructor of the class.
|
| |
| virtual void | SetGrid_Movement (CGeometry ***geometry_container, CSurfaceMovement **surface_movement, CVolumetricMovement **grid_movement, CFreeFormDefBox ***FFDBox, CSolver ****solver_container, CConfig **config_container, unsigned short val_iZone, unsigned long IntIter, unsigned long ExtIter) |
| | Updates the positions and grid velocities for dynamic meshes between physical time steps. More...
|
| |
Class for driving an iteration of the heat system.
- Author
- T. Economon
- Version
- 5.0.0 "Raven"