createFields.H File Reference

Go to the source code of this file.

Functions

IOdictionary dict (IOobject("createBoxTurbDict", runTime.constant(), runTime, IOobject::MUST_READ))
 
const Vector< label > N (dict.get< Vector< label > >("N"))
 
autoPtr< Function1< scalar > > Ek (Function1< scalar >::New("Ek", dict, &runTime))
 
const vector delta (L.x()/scalar(N.x()), L.y()/scalar(N.y()), L.z()/scalar(N.z()))
 
Random rndGen (1234)
 

Variables

const vector L (dict.get< vector >("L"))
 
const label nModes = dict.get<label>("nModes")
 

Function Documentation

◆ dict()

IOdictionary dict ( IOobject("createBoxTurbDict", runTime.constant(), runTime, IOobject::MUST_READ)  )

◆ N()

const Vector< label > N ( dict.get< Vector< label > >  "N")

Referenced by energySpectrum::calcAndWriteSpectrum(), ReactingMultiphaseParcel< ParcelType >::calcDevolatilisation(), ReactingParcel< ParcelType >::calcPhaseChange(), Foam::calcQE16(), ReactingMultiphaseParcel< ParcelType >::calcSurfaceReactions(), COxidationMurphyShaddix< CloudType >::calculate(), FixedList< T, N >::cend(), FixedList< T, N >::checkIndex(), FixedList< T, N >::checkStart(), interfaceTrackingFvMesh::correctUsBoundaryConditions(), PengRobinsonGas< Specie >::Cp(), PengRobinsonGas< Specie >::CpMCv(), multiphaseMangrovesSource::dragCoeff(), FixedList< T, N >::empty(), FixedList< T, N >::end(), multiphaseMangrovesTurbulenceModel::epsilonCoeff(), edgeInterpolationScheme< Type >::euclidianInterpolate(), FixedList< T, N >::fcIndex(), FixedList< T, N >::fill(), FixedList< T, N >::find(), FixedList< T, N >::FixedList(), FixedList< T, 2 >::found(), noiseFFT::frequencies(), multiphaseMangrovesSource::inertiaCoeff(), edgeInterpolationScheme< Type >::interpolate(), multiphaseMangrovesTurbulenceModel::kCoeff(), FixedList< T, 2 >::last(), List< T >::List(), FixedList< T, N >::max_size(), noiseModel::meanPf(), noiseFFT::meanPf(), FixedList< T, N >::moveLast(), surfaceInterpolationScheme< scalar >::New(), McCowan::newtonRapsonF1(), McCowan::newtonRapsonF2(), FixedList< T, N >::operator<(), List< T >::operator=(), FixedList< T, N >::operator=(), FixedList< T, N >::operator==(), PrimitivePatchInterpolation< Foam::PrimitivePatch >::pointToFaceInterpolate(), noiseModel::PSDf(), noiseFFT::PSDf(), FixedList< T, 2 >::rcValue(), FixedList< T, N >::rfind(), noiseModel::RMSmeanPf(), noiseFFT::RMSmeanPf(), Roots< N >::Roots(), pairPotential::setLookupTables(), FixedList< T, N >::size(), FixedList< T, N >::size_bytes(), Foam::Swap(), FixedList< T, N >::swapLast(), fft::transform(), FixedList< T, N >::uniform(), noiseModel::uniformFrequencies(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and FixedList< T, N >::writeEntry().

◆ Ek()

autoPtr< Function1< scalar > > Ek ( Function1< scalar >  ::New"Ek", dict, &runTime)

Referenced by Foam::kShellIntegration(), and Foam::kShellMean().

Here is the caller graph for this function:

◆ delta()

const vector delta ( L.  x)/scalar(N.x(),
L.  y)/scalar(N.y(),
L.  z)/scalar(N.z() 
)

◆ rndGen()

Random rndGen ( 1234  )

Variable Documentation

◆ L

◆ nModes

const label nModes = dict.get<label>("nModes")

Definition at line 22 of file createFields.H.