OpenFOAM-4.x/applications/solvers
Henry Weller 6844e64010 reactingEulerFoam/interfacialModels/liftModels: wallDampedLift
New lift model supporting near-wall damping using the new
wallDampingModels.

e.g.

lift
(
    (air in water)
    {
        type            wallDamped;
        lift
        {
            type            constantCoefficient;
            Cl              0.5;
        }
        wallDamping
        {
            type            linear;
            Cd              0.5;
        }
    }
);

in which a linear near-wall damping function min(y/(Cd*d), 1) is applied to the constant
coefficient lift model.  Additional wall-damping functions will be added.
2015-11-14 19:31:41 +00:00
..
basic Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
combustion applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
compressible applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
discreteMethods DSMC: Rationalization and addition of mapping support 2015-02-20 17:24:14 +00:00
DNS/dnsFoam dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
electromagnetics dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
financial/financialFoam Input of dimensionedScalars: update read-construction of dimensionedScalar in applications 2015-07-20 22:52:53 +01:00
heatTransfer buoyantBoussinesqSimpleFoam: Add support for radiative heat-transfer consistent with buoyantBoussinesqPimpleFoam 2015-10-30 13:58:17 +00:00
incompressible applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
lagrangian applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
multiphase reactingEulerFoam/interfacialModels/liftModels: wallDampedLift 2015-11-14 19:31:41 +00:00
stressAnalysis applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00