Loading...
Searching...
No Matches
Go to the source code of this file.
|
| constexpr real | vf::gpu::smoothAndSaveMean (real instantaneous, real filterFrequency, real &mean) |
| |
| constexpr real3 | vf::gpu::computeTangentialVector (real3 quantity, real3 normal) |
| |
| __device__ real | vf::gpu::computeMagnitude (real3 vector) |
| |
| __device__ real | vf::gpu::computeFrictionVelocity (const real velocity, const real vonKarmanConstant, const real samplingDistance, const real roughnessLength, const real stabilityCorrection) |
| |
| __device__ real | vf::gpu::computeSurfaceHeatFlux (const real temperatureDifference, const real frictionVelocity, const real vonKarmanConstant, const real samplingDistance, const real roughnessLength, const real stabilityCorrection) |
| |
| constexpr real3 | vf::gpu::computeWallShearStress (const real frictionVelocity, const real3 velocityTangential, const real velocityTangentialMeanMagnitude, const real density) |
| |
| constexpr real | vf::gpu::computeStabilityParameter (const real height, const real gravity, const real surfaceHeatFlux, const real frictionVelocity, const real referenceTemperature, const real vonKarmanConstant) |
| |
| __device__ __host__ real | vf::gpu::computeStabilityCorrectionTemperature (const real stabilityParameter) |
| | ISBN:9780120593545 ]
|
| |
| __device__ real | vf::gpu::computeStabilityCorrectionMomentum (const real stabilityParameter) |
| |