Functions
createFields.H File Reference
Include dependency graph for createFields.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Info<< "Reading thermophysical properties\n"<< endl;Info<< "Reading field T\n"<< endl;volScalarField T(IOobject("T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);volScalarField Tcoeff(IOobject("Tcoeff", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("Tcoeff", dimensionSet(0, 0, 0, 1, 0, 0, 0), 300));Info<< "Reading field p_rgh\n"<< endl;volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating turbulence model\n"<< endl;autoPtr< incompressible::RASModelturbulence (incompressible::New< incompressible::RASModel >(U, phi, laminarTransport))
 
volScalarField rhok (IOobject("rhok", runTime.timeName(), mesh), 1.0 - beta *(T - TRef))
 

Function Documentation

◆ turbulence()

Info<< "Reading thermophysical properties\n" << endl;Info<< "Reading field T\n" << endl;volScalarField T( IOobject ( "T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);volScalarField Tcoeff ( IOobject ( "Tcoeff", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), mesh, dimensionedScalar("Tcoeff",dimensionSet(0,0,0,1,0,0, 0),300) );Info<< "Reading field p_rgh\n" << endl;volScalarField p_rgh( IOobject ( "p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);Info<< "Creating turbulence model\n" << endl;autoPtr<incompressible::RASModel> turbulence ( incompressible::New< incompressible::RASModel U, phi, laminarTransport)

◆ rhok()

volScalarField rhok ( IOobject("rhok", runTime.timeName(), mesh ,
1.0 - beta T - TRef 
)