Functions | Variables
createFields.H File Reference

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("zero", mesh.Sf().dimensions()*U.dimensions(), 0.0));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

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("zero", mesh.Sf().dimensions()*U.dimensions(), 0.0));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   
)

Variable Documentation

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

Definition at line 41 of file createFields.H.

tensor flowMask = sqr(flowDirection)

Definition at line 42 of file createFields.H.