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 FixedList< T, N >::back(), FixedList< T, N >::begin(), energySpectrum::calcAndWriteSpectrum(), ReactingMultiphaseParcel< ParcelType >::calcDevolatilisation(), ReactingParcel< ParcelType >::calcPhaseChange(), Foam::calcQE16(), ReactingMultiphaseParcel< ParcelType >::calcSurfaceReactions(), COxidationMurphyShaddix< CloudType >::calculate(), FixedList< T, N >::cbegin(), FixedList< T, N >::cend(), FixedList< T, N >::checkSize(), FixedList< label, 6 >::checkStart(), FixedList< T, N >::checkStart(), interfaceTrackingFvMesh::correctUsBoundaryConditions(), PengRobinsonGas< Specie >::Cp(), PengRobinsonGas< Specie >::CpMCv(), FixedList< label, 6 >::data_bytes(), multiphaseMangrovesSource::dragCoeff(), FixedList< T, N >::empty(), FixedList< T, N >::end(), multiphaseMangrovesTurbulenceModel::epsilonCoeff(), edgeInterpolationScheme< Type >::euclidianInterpolate(), FixedList< T, N >::fcIndex(), FixedList< T, N >::find(), FixedList< T, N >::FixedList(), noiseFFT::frequencies(), FixedList< T, N >::get(), multiphaseMangrovesSource::inertiaCoeff(), surfaceInterpolationScheme< scalar >::interpolate(), edgeInterpolationScheme< Type >::interpolate(), Foam::fvc::interpolate(), multiphaseMangrovesTurbulenceModel::kCoeff(), FixedList< T, N >::max_size(), noiseModel::meanPf(), noiseFFT::meanPf(), FixedList< T, N >::moveLast(), McCowan::newtonRapsonF1(), McCowan::newtonRapsonF2(), FixedList< T, N >::operator=(), FixedList< label, 6 >::operator=(), noiseModel::PSDf(), noiseFFT::PSDf(), FixedList< T, N >::rcIndex(), FixedList< label, 6 >::rcValue(), FixedList< T, N >::readList(), FixedList< T, N >::rfind(), noiseModel::RMSmeanPf(), noiseFFT::RMSmeanPf(), Roots< N >::Roots(), pairPotential::setLookupTables(), FixedList< T, N >::size(), FixedList< T, N >::size_bytes(), Foam::fvc::surfaceOp(), Foam::fvc::surfaceSnSum(), Foam::fvc::surfaceSum(), 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.