createNamedMesh.H File Reference

Required Variables. More...

Go to the source code of this file.

Functions

mesh init (true)
 

Variables

Foam::word regionName (Foam::polyMesh::defaultRegion)
 
Foam::fvMesh mesh (Foam::IOobject(regionName, runTime.timeName(), runTime, Foam::IOobject::MUST_READ), false)
 

Detailed Description

Required Variables.

Original source file createNamedMesh.H

Provided Variables

Definition in file createNamedMesh.H.

Function Documentation

◆ init()

mesh init ( true  )

Referenced by constantFilmThermo::constantFilmThermo(), motionSmootherAlgo::correctBoundaryConditions(), diffusionMulticomponent< ReactionThermo, ThermoType >::diffusionMulticomponent(), dynamicMotionSolverFvMesh::dynamicMotionSolverFvMesh(), dynamicMotionSolverFvMeshAMI::dynamicMotionSolverFvMeshAMI(), dynamicMotionSolverListFvMesh::dynamicMotionSolverListFvMesh(), dynamicMotionSolverTopoFvMesh::dynamicMotionSolverTopoFvMesh(), dynamicMultiMotionSolverFvMesh::dynamicMultiMotionSolverFvMesh(), dynamicOversetFvMesh::dynamicOversetFvMesh(), dynamicRefineFvMesh::dynamicRefineFvMesh(), epsilonWallFunctionFvPatchScalarField::epsilon(), GeometricField< Type, PatchField, GeoMesh >::Boundary::evaluate(), Foam::evaluateConstraintTypes(), epsilonWallFunctionFvPatchScalarField::G(), omegaWallFunctionFvPatchScalarField::G(), heThermo< BasicSolidThermo, MixtureType >::heThermo(), interfaceTrackingFvMesh::interfaceTrackingFvMesh(), KinematicSurfaceFilm< CloudType >::KinematicSurfaceFilm(), KirchhoffShell::KirchhoffShell(), pointBoundaryMesh::movePoints(), movingConeTopoFvMesh::movingConeTopoFvMesh(), omegaWallFunctionFvPatchScalarField::omega(), regionFaModel::regionFaModel(), motionSmootherAlgo::setDisplacementPatchFields(), stabilityBlendingFactor::stabilityBlendingFactor(), thermalBaffle::thermalBaffle(), thermalBaffleModel::thermalBaffleModel(), thermalShell::thermalShell(), LduMatrix< Type, DType, LUType >::updateMatrixInterfaces(), and pointBoundaryMesh::updateMesh().

Here is the caller graph for this function:

Variable Documentation

◆ regionName

◆ mesh

Initial value:
{
if (args.readIfPresent("region", regionName))
{
Foam::Info << "Create mesh " << regionName;
}
else
{
Foam::Info << "Create mesh";
}
Foam::Info << " for time = " << runTime.timeName() << Foam::nl
runTime
engineTime & runTime
Definition: createEngineTime.H:13
Foam::argList::readIfPresent
bool readIfPresent(const word &optName, T &val) const
Read a value from the named option if present.
Definition: argListI.H:323
regionName
Foam::word regionName(Foam::polyMesh::defaultRegion)
Foam::Info
messageStream Info
Information stream (stdout output on master, null elsewhere)
Foam::nl
constexpr char nl
Definition: Ostream.H:404
args
Foam::argList args(argc, argv)