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 flow of compressible liquid films.
virtual void thermophysicalPredictor()
Construct and solve the energy equation,.
film(fvMesh &mesh)
Construct from region mesh.
void operator=(const film &)=delete
Disallow default bitwise assignment.
virtual ~film()
Destructor.
TypeName("film")
Runtime type information.
virtual void thermophysicalTransportCorrector()
Correct the thermophysical transport.
autoPtr< filmThermophysicalTransportModel > thermophysicalTransport
virtual void thermophysicalTransportPredictor()
Predict thermophysical transport.
Solver module for flow of compressible isothermal liquid films.