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 "applications/solvers/compressible/rhoCentralFoam/rhoBoundaryTypes.H"
Include dependency graph for createFields.H:

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(), LISA::atomizeParcel(), blobsSheetAtomization::atomizeParcel(), RutlandFlashBoil::boilingTime(), enrichedPatch::calcEnrichedFaces(), mutRoughWallFunctionFvPatchScalarField::calcMut(), octreeDataEdges::calcNearest(), nutRoughWallFunctionFvPatchScalarField::calcNut(), autoSnapDriver::calcSnapDistance(), primitiveMesh::checkCellDeterminant(), primitiveMesh::checkEdgeAlignment(), PatchTools::checkOrientation(), molecule::constantProperties::constantProperties(), ReactingMultiphaseParcel< ParcelType >::constantProperties::constantProperties(), edgeVertex::coord(), DeardorffDiffStress::correct(), removePoints::countPointUsage(), cyclicPolyPatch::coupledEdges(), dtris2(), specieThermo< thermo >::E(), wideBandAbsorptionEmission::eCont(), greyMeanAbsorptionEmission::eCont(), primitiveMesh::edgeFaces(), triFace::edges(), face::edges(), cellModel::edges(), PointEdgeWave< Type >::edgeToPoint(), Foam::eigenValues(), pairPotentialList::energy(), pairPotential::energy(), kOmegaSSTSAS::F1(), RanzMarshall< CloudType >::fCorrection(), Foam::meshTools::findEdge(), cellLooper::getFirstVertEdge(), lduMatrix::smoother::getName(), lduMatrix::preconditioner::getName(), combineFaces::getOutsideFace(), octreeDataFace::getSampleType(), octreeDataFaceList::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(), tabulatedAxialAngularSpring::read(), sphericalAngularSpring::read(), linearAxialAngularSpring::read(), lduMatrix::solver::readControls(), edgeMesh::regions(), pairPotential::scaledEnergy(), removeFaces::setRefinement(), boundaryCutter::setRefinement(), EulerImplicit< CompType, ThermoType >::solve(), Foam::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(), dictionary::write(), surfaceLocation::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.