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::NO_WRITE), mesh);Info<< "Calculating wall distance field"<< endl;volScalarField y(IOobject("y", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(dimLength, Zero), zeroGradientFvPatchScalarField::typeName);y.primitiveFieldRef()=wallDist::New(mesh).y().primitiveField();y.correctBoundaryConditions();dimensionedScalar ybl("ybl", dimLength, Zero);if(args.found("ybl")){ ybl.value()=args.get< scalar > ("ybl")
 
else if (args.found("Cbl"))
 

Detailed Description

Original source file createFields.H

Definition in file createFields.H.

Function Documentation

◆ Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Calculating wall distance field"<< endl;volScalarField y(IOobject("y", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(dimLength, Zero), zeroGradientFvPatchScalarField::typeName);y.primitiveFieldRef()=wallDist::New(mesh).y().primitiveField();y.correctBoundaryConditions();dimensionedScalar ybl("ybl", dimLength, Zero);if(args.found("ybl")){ ybl.value()=args.get< scalar >()

Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Calculating wall distance field"<< endl;volScalarField y(IOobject("y", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar(dimLength, Zero), zeroGradientFvPatchScalarField::typeName);y.primitiveFieldRef()=wallDist::New(mesh).y().primitiveField();y.correctBoundaryConditions();dimensionedScalar ybl("ybl", dimLength, Zero);if(args.found("ybl")){ ybl.value()=args.get< scalar > ( "ybl"  )

◆ if()

else if ( args.  found"Cbl")

Definition at line 69 of file createFields.H.

References args, argList::get(), and y.

Here is the call graph for this function: