An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh
Region mesh.
Solver module for steady or transient turbulent flow of compressible fluids with heat-transfer for HV...
virtual void thermophysicalPredictor()
Construct and solve the energy equation,.
virtual void prePredictor()
Called at the start of the PIMPLE loop.
void operator=(const fluid &)=delete
Disallow default bitwise assignment.
virtual void postCorrector()
Correct the momentum and thermophysical transport modelling.
TypeName("fluid")
Runtime type information.
autoPtr< fluidThermoThermophysicalTransportModel > thermophysicalTransport
fluid(fvMesh &mesh)
Construct from region mesh.
virtual ~fluid()
Destructor.
Solver module for steady or transient turbulent flow of compressible isothermal fluids with optional ...