Go to the source code of this file.
Functions | |
const word | dictName ("noiseDict") |
IOdictionary | dict (systemDict(dictName, args, runTime)) |
Variables | |
scalar | pRef = dict.lookupOrDefault("pRef", 0.0) |
label | N = dict.lookupOrDefault("N", 65536) |
label | nw = dict.lookupOrDefault("nw", 100) |
scalar | f1 = dict.lookupOrDefault("f1", 25.0) |
scalar | fU = dict.lookupOrDefault("fU", 10000.0) |
word | graphFormat = dict.lookupOrDefault<word>("graphFormat", "raw") |
const word dictName | ( | "noiseDict" | ) |
Referenced by temperatureCoupledBase::kappa(), basicThermo::lookupThermo(), moleFractions< ThermoType >::moleFractions(), engineTime::New(), waveSuperposition::New(), basicThermo::New(), and Foam::systemDictIO().
scalar pRef = dict.lookupOrDefault("pRef", 0.0) |
Definition at line 6 of file createFields.H.
Referenced by forces::calcForcesMoment(), Foam::hydrostaticInitialisation(), if(), Gulders::~Gulders(), and GuldersEGR::~GuldersEGR().
label N = dict.lookupOrDefault("N", 65536) |
Definition at line 9 of file createFields.H.
Referenced by Foam::calcQE16(), ReactingMultiphaseParcel< ParcelType >::calcSurfaceReactions(), NoSurfaceReaction< CloudType >::clone(), COxidationDiffusionLimitedRate< CloudType >::clone(), COxidationKineticDiffusionLimitedRate< CloudType >::clone(), COxidationHurtMitchell< CloudType >::clone(), COxidationIntrinsicRate< CloudType >::clone(), COxidationMurphyShaddix< CloudType >::clone(), v2f< BasicMomentumTransportModel >::correct(), PengRobinsonGas< Specie >::Cp(), PengRobinsonGas< Specie >::CpMCv(), surfaceInterpolationScheme< GType >::interpolate(), Roots< N >::Roots(), pairPotential::setLookupTables(), fWallFunctionFvPatchScalarField::updateCoeffs(), and noiseFFT::window().
label nw = dict.lookupOrDefault("nw", 100) |
Definition at line 12 of file createFields.H.
Referenced by SpecularReflection< CloudType >::correct(), MaxwellianThermal< CloudType >::correct(), MixedDiffuseSpecular< CloudType >::correct(), Rebound< CloudType >::correct(), LocalInteraction< CloudType >::correct(), StandardWallInteraction< CloudType >::correct(), solidParticle::hitWallPatch(), DSMCParcel< ParcelType >::hitWallPatch(), molecule::hitWallPatch(), noiseFFT::meanPf(), MomentumCloud< Foam::DSMCCloud >::patchData(), PatchCollisionDensity< CloudType >::postPatch(), ParticleErosion< CloudType >::postPatch(), and noiseFFT::RMSmeanPf().
scalar f1 = dict.lookupOrDefault("f1", 25.0) |
Definition at line 15 of file createFields.H.
Referenced by preserveBafflesConstraint::apply(), addPatchCellLayer::calcSidePatch(), meshRefinement::createZoneBaffles(), decompositionMethod::decompose(), Foam::meshTools::getSharedEdge(), FaceCellWave< Type, TrackingData >::handleExplicitConnections(), NamedEnum< compressibleField, 8 >::names(), minEqOpFace::operator()(), snappySnapDriver::repatchToSurface(), meshCutAndRemove::setRefinement(), meshCutter::setRefinement(), meshRefinement::splitFaces(), externalDisplacementMeshMover::updateMesh(), and Foam::writeEntry().
scalar fU = dict.lookupOrDefault("fU", 10000.0) |
Definition at line 18 of file createFields.H.
word graphFormat = dict.lookupOrDefault<word>("graphFormat", "raw") |
Definition at line 21 of file createFields.H.
Referenced by Foam::makeGraph(), Foam::writeCellGraph(), and Foam::writePatchGraph().