Film laminar turbulence model. More...


Public Member Functions | |
| TypeName ("laminar") | |
| Runtime type information. More... | |
| laminar (liquidFilmBase &film, const dictionary &dict) | |
| Construct from surface film model. More... | |
| virtual | ~laminar ()=default |
| Destructor. More... | |
| tmp< faVectorMatrix > | wallFriction (areaVectorField &U) const |
| Wall friction. More... | |
| virtual tmp< areaScalarField > | mut () const |
| Return the film turbulence viscosity. More... | |
| virtual tmp< faVectorMatrix > | Su (areaVectorField &U) const |
| Return the source for the film momentum equation. More... | |
| virtual void | correct () |
| Correct/update the model. More... | |
Public Member Functions inherited from filmTurbulenceModel | |
| TypeName ("filmTurbulenceModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, filmTurbulenceModel, dictionary,(liquidFilmBase &film, const dictionary &dict),(film, dict)) | |
| filmTurbulenceModel (const word &modelType, liquidFilmBase &film, const dictionary &dict) | |
| Construct from type name, dictionary and surface film model. More... | |
| virtual | ~filmTurbulenceModel ()=default |
| Destructor. More... | |
| const liquidFilmBase & | film () const |
| Return film. More... | |
| tmp< volSymmTensorField > | devRhoReff () const |
| Return the effective viscous stress (laminar + turbulent) More... | |
| tmp< faVectorMatrix > | primaryRegionFriction (areaVectorField &U) const |
| Return primary region friction. More... | |
| tmp< volScalarField > | rho () const |
| Return rho if specified otherwise rhoRef. More... | |
| virtual tmp< areaScalarField > | Cw () const |
| Return the wall film surface friction. More... | |
Additional Inherited Members | |
Public Types inherited from filmTurbulenceModel | |
| enum | frictionMethodType { mquadraticProfile, mlinearProfile, mDarcyWeisbach, mManningStrickler } |
| Options for the friction models. More... | |
| enum | shearMethodType { msimple, mwallFunction } |
| Options for the shear stress models. More... | |
Static Public Member Functions inherited from filmTurbulenceModel | |
| static autoPtr< filmTurbulenceModel > | New (liquidFilmBase &film, const dictionary &dict) |
| Return a reference to the selected injection model. More... | |
Protected Attributes inherited from filmTurbulenceModel | |
| const liquidFilmBase & | film_ |
| Reference to liquidFilmBase. More... | |
| const dictionary | dict_ |
| Model dictionary. More... | |
| const frictionMethodType | method_ |
| Friction model. More... | |
| const shearMethodType | shearMethod_ |
| Shear-stress model. More... | |
| word | rhoName_ |
| Name of density field. More... | |
| scalar | rhoRef_ |
| Reference density needed for incompressible calculations. More... | |
Static Protected Attributes inherited from filmTurbulenceModel | |
| static const Enum< frictionMethodType > | frictionMethodTypeNames_ |
| Names for friction models. More... | |
| static const Enum< shearMethodType > | shearMethodTypeNames_ |
| Names for shear stress models. More... | |
Film laminar turbulence model.
| laminar | ( | liquidFilmBase & | film, |
| const dictionary & | dict | ||
| ) |
|
virtualdefault |
Destructor.
| TypeName | ( | "laminar" | ) |
Runtime type information.
| tmp< faVectorMatrix > wallFriction | ( | areaVectorField & | U | ) | const |
Wall friction.
Definition at line 82 of file laminar.C.
References filmTurbulenceModel::Cw(), filmTurbulenceModel::film_, Foam::fam::Sp(), U, and liquidFilmBase::Uw().
Referenced by laminar::Su().


|
virtual |
Return the film turbulence viscosity.
Implements filmTurbulenceModel.
Definition at line 52 of file laminar.C.
References Foam::dimLength, Foam::dimMass, Foam::dimTime, filmTurbulenceModel::film(), tmp< T >::New(), IOobjectOption::NO_READ, IOobjectOption::NO_WRITE, and timeName.

|
virtual |
Return the source for the film momentum equation.
Implements filmTurbulenceModel.
Definition at line 76 of file laminar.C.
References filmTurbulenceModel::primaryRegionFriction(), U, and laminar::wallFriction().

|
virtual |