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,.
void operator=(const fluid &)=delete
Disallow default bitwise assignment.
TypeName("fluid")
Runtime type information.
autoPtr< fluidThermoThermophysicalTransportModel > thermophysicalTransport
virtual void thermophysicalTransportCorrector()
Correct the thermophysical transport.
virtual void thermophysicalTransportPredictor()
Predict thermophysical transport.
fluid(fvMesh &mesh)
Construct from region mesh.
virtual ~fluid()
Destructor.
Solver module for steady or transient turbulent flow of compressible isothermal fluids with optional ...