createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating face flux\n"<< endl;surfaceScalarField phi(IOobject("phi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(mesh.Sf().dimensions() *U.dimensions(), Zero));singlePhaseTransportModel laminarTransport(U, phi);autoPtr< incompressible::turbulenceModel > turbulence (incompressible::turbulenceModel::New(U, phi, laminarTransport))
 
dimensionedVector Ubar ("Ubar", dimVelocity, laminarTransport)
 
dimensionedVector gradP ("gradP", dimensionSet(0, 1, -2, 0, 0), Zero)
 

Variables

vector flowDirection = (Ubar/mag(Ubar)).value()
 
tensor flowMask = sqr(flowDirection)
 

Function Documentation

◆ turbulence()

Info<< "Reading field U\n"<< endl;volVectorField U( IOobject( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating face flux\n"<< endl;surfaceScalarField phi( IOobject( "phi", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(mesh.Sf().dimensions() *U.dimensions(), Zero));singlePhaseTransportModel laminarTransport(U, phi);autoPtr< incompressible::turbulenceModel > turbulence ( incompressible::turbulenceModel::New(U, phi, laminarTransport )

◆ Ubar()

dimensionedVector Ubar ( "Ubar"  ,
dimVelocity  ,
laminarTransport   
)

◆ gradP()

dimensionedVector gradP ( "gradP"  ,
dimensionSet(0, 1, -2, 0, 0)  ,
Zero   
)

Variable Documentation

◆ flowDirection

vector flowDirection = (Ubar/mag(Ubar)).value()

Definition at line 41 of file createFields.H.

◆ flowMask

tensor flowMask = sqr(flowDirection)

Definition at line 42 of file createFields.H.