createFaFields.H File Reference

Go to the source code of this file.

Functions

Info<< "Reading field Cs"<< endl;areaScalarField Cs(IOobject("Cs", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), aMesh);dimensionedScalar Cs0("Cs0", dimMass/dimArea, 1.0);const areaVectorField &R=aMesh.areaCentres();Cs=Cs0 *(1.0+R.component(vector::X)/mag(R));dimensionedScalar Ds("Ds", dimViscosity, 1.0);areaVectorField Us(IOobject("Us", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), aMesh, dimensionedVector(dimVelocity, Zero));dimensioned< scalar > Uinf ("Uinf", dimVelocity, 1.0)
 
 forAll (Us, faceI)
 
edgeScalarField phis (IOobject("phis", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), linearEdgeInterpolate(Us) &aMesh.Le())
 

Variables

 Us = aMesh.faceAreaNormals()*(aMesh.faceAreaNormals() & Us)
 

Function Documentation

◆ Uinf()

Info<< "Reading field Cs" << endl;areaScalarField Cs( IOobject ( "Cs", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), aMesh);dimensionedScalar Cs0("Cs0", dimMass/dimArea, 1.0);const areaVectorField& R = aMesh.areaCentres();Cs = Cs0*(1.0 + R.component(vector::X)/mag(R));dimensionedScalar Ds("Ds", dimViscosity, 1.0);areaVectorField Us( IOobject ( "Us", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), aMesh, dimensionedVector(dimVelocity, Zero));dimensioned<scalar> Uinf ( "Uinf"  ,
dimVelocity  ,
1.  0 
)

Referenced by forAll().

Here is the caller graph for this function:

◆ forAll()

forAll ( Us  ,
faceI   
)

Definition at line 39 of file createFaFields.H.

References Foam::mag(), R, Foam::sqr(), Uinf(), Us, and x.

Here is the call graph for this function:

◆ phis()

edgeScalarField phis ( IOobject("phis", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
linearEdgeInterpolate(Us) &aMesh.Le()   
)

Referenced by if(), realizableKE< BasicTurbulenceModel >::rCmu(), and fluxSummary::surfaceModeWrite().

Here is the caller graph for this function:

Variable Documentation

◆ Us