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") |
| IOdictionary dict | ( | IOobject("createBoxTurbDict", runTime.constant(), runTime, IOobject::MUST_READ) | ) |
| 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().
| autoPtr<Function1<scalar> > Ek | ( | Function1< scalar > | ::New"Ek", dict, &runTime | ) |
Referenced by Foam::kShellIntegration(), and Foam::kShellMean().

| const vector delta | ( | L. | x)/scalar(N.x(), |
| L. | y)/scalar(N.y(), | ||
| L. | z)/scalar(N.z() | ||
| ) |
| Random rndGen | ( | 1234 | ) |
Referenced by InterfaceCompositionModel< Thermo, OtherThermo >::addMDotL(), LehrMilliesMewes::addToBinaryBreakupRate(), MassTransferPhaseSystem< BasePhaseSystem >::calculateL(), Zuber::CHF(), HuaXu::CHFSubCool(), Tatsumoto::CHFSubCool(), ISQP::computeMeritFunction(), SQP::computeMeritFunction(), dynamicLagrangian< BasicTurbulenceModel >::correct(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), turbulenceFields::execute(), MassTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), BreenWestwater::htcFilmBoil(), Bromley::htcFilmBoil(), Foam::Math::incGammaRatio_Q(), segregated::K(), interfaceHeatResistance< Thermo, OtherThermo >::Kexp(), kineticGasEvaporation< Thermo, OtherThermo >::Kexp(), InterfaceCompositionModel< Thermo, OtherThermo >::L(), Foam::LAB_to_XYZ(), Foam::labToMsh(), Jeschar::MHF(), Kutadeladze::qNucleate(), kOmegaSSTSAS< BasicTurbulenceModel >::Qsas(), energySpectrum::read(), Schroeder::TDNB(), pressurePIDControlInletVelocityFvPatchVectorField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), waveMakerPointPatchVectorField::waveLength(), irregularMultiDirectional::waveLength(), StokesI::waveLength(), cuboid::write(), and Foam::XYZ_to_LAB().
| const label nModes = dict.get<label>("nModes") |
Definition at line 22 of file createFields.H.