33 namespace regionModels
35 namespace surfaceFilmModels
71 beta_(coeffDict_.lookup<scalar>(
"beta")),
72 kappaBar_(coeffDict_.lookup<scalar>(
"kappaBar"))
90 film().primaryMesh().lookupObject<volScalarField>(
"qin")
static tmp< DimensionedField< Type, GeoMesh > > New(const word &name, const Mesh &mesh, const dimensionSet &)
Return a temporary field constructed from name, mesh.
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Info<< "Predicted p max-min : "<< max(p).value()<< " "<< min(p).value()<< endl;rho==max(rho0+psi *p, rhoMin);# 1 "/home/ubuntu/OpenFOAM-10/applications/solvers/multiphase/cavitatingFoam/alphavPsi.H" 1{ alphav=max(min((rho - rholSat)/(rhovSat - rholSat), scalar(1)), scalar(0));alphal=1.0 - alphav;Info<< "max-min alphav: "<< max(alphav).value()<< " "<< min(alphav).value()<< endl;psiModel-> correct()
const Boundary & boundaryField() const
Return const-reference to the boundary field.
const Time & time() const
Return the reference to the time database.
virtual ~standardRadiation()
Destructor.
Macros for easy insertion into run-time selection tables.
virtual tmp< volScalarField::Internal > Shs()
Return the radiation sensible enthalpy source.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
addToRunTimeSelectionTable(ejectionModel, BrunDrippingEjection, dictionary)
const dimensionSet dimTime
dimensionedScalar exp(const dimensionedScalar &ds)
static word timeName(const scalar, const int precision=curPrecision_)
Return time name of given scalar time.
virtual const volScalarField & delta() const =0
Return the film thickness [m].
const fvMesh & regionMesh() const
Return the region mesh database.
const dimensionSet dimMass
dimensionedScalar pow3(const dimensionedScalar &ds)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
surfaceFilmRegionModel & filmModel_
Reference to the film surface film model.
void toRegion(const label regionPatchi, List< Type > &primaryFieldField) const
Convert a primary region field to the local region.
virtual const volScalarField & coverage() const =0
Return the film coverage, 1 = covered, 0 = uncovered / [].
static word modelName(Name name, const word &model)
Return the name of the object within the given model.
A class for managing temporary objects.
Base class for film radiation models.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
defineTypeNameAndDebug(kinematicSingleLayer, 0)
virtual void correct()
Correct.
standardRadiation(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model and dictionary.