FreeFOAM The Cross-Platform CFD Toolkit
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;autoPtr
< basicPsiThermo > 
pThermo (basicPsiThermo::New(mesh))
bool inviscid (true)
 if (max(mu.internalField()) > 0.0)

Variables

basicPsiThermo & thermo = pThermo()
volScalarField & p = thermo.p()
volScalarField & e = thermo.e()
const volScalarField & T = thermo.T()
const volScalarField & psi = thermo.psi()
const volScalarField & mu = thermo.mu()

Function Documentation

Info<< "Reading thermophysical properties\n" << endl;autoPtr<basicPsiThermo> pThermo ( basicPsiThermo::  Newmesh)
bool inviscid ( true  )

Referenced by if().

if ( max(mu.internalField())  ,
0.  0 
)

Definition at line 16 of file createFields.H.

References inviscid().


Variable Documentation

basicPsiThermo& thermo = pThermo()

Definition at line 7 of file createFields.H.

volScalarField& p = thermo.p()

Definition at line 9 of file createFields.H.

volScalarField& e = thermo.e()

Definition at line 10 of file createFields.H.

Referenced by specieThermo< thermo >::a(), Foam::adjustPhi(), pointConstraint::applyConstraint(), blobsSheetAtomization::atomizeParcel(), LISA::atomizeParcel(), RutlandFlashBoil::boilingTime(), enrichedPatch::calcEnrichedFaces(), mutRoughWallFunctionFvPatchScalarField::calcMut(), octreeDataEdges::calcNearest(), nutRoughWallFunctionFvPatchScalarField::calcNut(), autoSnapDriver::calcSnapDistance(), primitiveMesh::checkCellDeterminant(), primitiveMesh::checkEdgeAlignment(), PatchTools::checkOrientation(), ReactingMultiphaseParcel< ParcelType >::constantProperties::constantProperties(), molecule::constantProperties::constantProperties(), edgeVertex::coord(), DeardorffDiffStress::correct(), removePoints::countPointUsage(), cyclicPolyPatch::coupledEdges(), dtris2(), specieThermo< thermo >::E(), greyMeanAbsorptionEmission::eCont(), wideBandAbsorptionEmission::eCont(), primitiveMesh::edgeFaces(), triFace::edges(), cellModel::edges(), face::edges(), PointEdgeWave< Type >::edgeToPoint(), Foam::eigenValues(), pairPotential::energy(), pairPotentialList::energy(), kOmegaSSTSAS::F1(), RanzMarshall< CloudType >::fCorrection(), Foam::meshTools::findEdge(), cellLooper::getFirstVertEdge(), lduMatrix::smoother::getName(), lduMatrix::preconditioner::getName(), combineFaces::getOutsideFace(), octreeDataFaceList::getSampleType(), octreeDataFace::getSampleType(), treeDataFace::getVolumeType(), if(), interpolationCellPointFace< Type >::interpolate(), cyclicFvPatch::makeWeights(), edgeMesh::mergePoints(), cellShape::meshEdges(), parcel::move(), motionSmoother::movePoints(), polyBoundaryMesh::neighbourEdges(), lduMatrix::smoother::New(), lduMatrix::preconditioner::New(), octreeDataEdges::octreeDataEdges(), Foam::operator<<(), entry::operator==(), NamedEnum< directionType, 3 >::operator[](), cell::opposingFace(), Foam::meshTools::otherEdge(), sphericalAngularSpring::read(), linearAxialAngularSpring::read(), tabulatedAxialAngularSpring::read(), lduMatrix::solver::readControls(), edgeMesh::regions(), pairPotential::scaledEnergy(), boundaryCutter::setRefinement(), removeFaces::setRefinement(), Foam::solve(), EulerImplicit< CompType, ThermoType >::solve(), PatchTools::sortedEdgeFaces(), swapec(), syncTools::syncEdgeList(), syncTools::syncEdgeMap(), syncTools::syncPointList(), syncTools::syncPointMap(), interactionLists::testPointFaceDistance(), tokenizeSymbols(), triangulation_plot_eps(), activeBaffleVelocityFvPatchVectorField::updateCoeffs(), pointEdgePoint::updateEdge(), pointData::updateEdge(), boundaryCutter::updateMesh(), breakupModel::updateParcelProperties(), vbedg(), surfaceLocation::write(), dictionary::write(), edgeVertex::writeCut(), and pairPotential::writeEnergyAndForceTables().

const volScalarField& T = thermo.T()

Definition at line 11 of file createFields.H.

const volScalarField& psi = thermo.psi()

Definition at line 12 of file createFields.H.