FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

createFields.H File Reference

#include "src/finiteVolume/cfdTools/incompressible/createPhi.H"
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

volScalarField  rho (IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT), alpha1 *rho1+(scalar(1)-alpha1)*rho2, alpha1.boundaryField().types())
rho  oldTime ()
interfaceProperties  interface (alpha1, U, twoPhaseProperties())
autoPtr
< incompressible::turbulenceModel >  
turbulence (incompressible::turbulenceModel::New(U, phi, twoPhaseProperties()))

Variables

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 alpha1\n"
<< endl;volScalarField alpha1(IOobject("alpha1",
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
phaseChangeTwoPhaseMixture\n"
<< endl;autoPtr
< phaseChangeTwoPhaseMixture >  
twoPhaseProperties
const dimensionedScalar &  rho1 = twoPhaseProperties->rho1()
const dimensionedScalar &  rho2 = twoPhaseProperties->rho2()
const dimensionedScalar &  pSat = twoPhaseProperties->pSat()

Function Documentation

volScalarField rho ( IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT)   ,
alpha1 *rho1+(scalar(1)-alpha1)*   rho2,
alpha1.   boundaryField).types(  
)
rho oldTime (  )
interfaceProperties interface ( alpha1   ,
U   ,
twoPhaseProperties()    
)

Referenced by if().

autoPtr<incompressible::turbulenceModel> turbulence ( incompressible::turbulenceModel::   NewU, phi, twoPhaseProperties()  )

Variable Documentation

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 alpha1\n" << endl; volScalarField alpha1 ( IOobject ( "alpha1", 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 phaseChangeTwoPhaseMixture\n" << endl; autoPtr<phaseChangeTwoPhaseMixture> twoPhaseProperties
Initial value:
        phaseChangeTwoPhaseMixture::New(U, phi)

Definition at line 46 of file createFields.H.

const dimensionedScalar& rho1 = twoPhaseProperties->rho1()

Definition at line 49 of file createFields.H.

Referenced by if().

const dimensionedScalar& rho2 = twoPhaseProperties->rho2()

Definition at line 50 of file createFields.H.

Referenced by if().