Go to the documentation of this file.
40 namespace regionModels
42 namespace surfaceFilmModels
87 zeroGradientFvPatchVectorField::typeName
93 tUs().correctBoundaryConditions();
virtual tmp< fvVectorMatrix > Su(volVectorField &U) const
Return the source for the film momentum equation.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dimensionedScalar mu
Atomic mass unit.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
virtual tmp< volVectorField > Us() const
Return the film surface velocity.
A class for managing temporary objects.
const dimensionSet dimVelocity
Base class for film turbulence models.
virtual tmp< volScalarField > mut() const
Return the film turbulence viscosity.
virtual const volVectorField & U() const =0
Return the film velocity [m/s].
const volScalarField & mu() const
Return const access to the dynamic viscosity / [Pa.s].
dimensioned< scalar > mag(const dimensioned< Type > &)
const volVectorField & UPrimary() const
Velocity / [m/s].
virtual ~laminar()
Destructor.
const dimensionedScalar & deltaSmall() const
Return small delta.
tmp< fvMatrix< Type > > Sp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
virtual void correct()
Correct/update the model.
A special matrix type and solver, designed for finite volume solutions of scalar equations.
void min(const dimensioned< Type > &)
const volScalarField & rhoPrimary() const
Density / [kg/m3].
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
laminar(const laminar &)
Disallow default bitwise copy construct.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
Calculate the matrix for implicit and explicit sources.
defineTypeNameAndDebug(kinematicSingleLayer, 0)
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual const volVectorField & Uw() const
Return the film wall velocity [m/s].
const volScalarField & delta() const
Return const access to the film thickness / [m].
surfaceFilmModel & owner_
Reference to the owner surface film model.
addToRunTimeSelectionTable(surfaceFilmModel, kinematicSingleLayer, mesh)
const Time & time() const
Return the top-level database.
Base class for surface film models.
scalar Cf_
Surface roughness coefficient.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
const fvMesh & regionMesh() const
Return the region mesh database.