openfoam/applications/solvers/multiphase
Henry Weller 6b42dbae41 TurbulenceModels: Created a general base-class and selection mechanism for laminar stress models
Renamed the original 'laminar' model to 'Stokes' to indicate it is a
linear stress model supporting both Newtonian and non-Newtonian
viscosity.

This general framework will support linear, non-linear, visco-elastic
etc. laminar transport models.

For backward compatibility the 'Stokes' laminar stress model can be
selected either the original 'laminar' 'simulationType'
specification in turbulenceProperties:

    simulationType laminar;

or using the new more general 'laminarModel' specification:

    simulationType laminar;

    laminar
    {
        laminarModel        Stokes;
    }

which allows other laminar stress models to be selected.
2016-09-20 15:05:43 +01:00
..
cavitatingFoam Descriptions of solvers corrected and made more consistent and more user-friendly 2016-06-09 18:59:40 +01:00
compressibleInterFoam C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
compressibleMultiphaseInterFoam C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
driftFluxFoam TurbulenceModels: Created a general base-class and selection mechanism for laminar stress models 2016-09-20 15:05:43 +01:00
interFoam solvers: Moved createRDeltaT.H into createFields.H so that it is available with the -postProcess option 2016-09-19 22:08:39 +01:00
interPhaseChangeFoam wmake/Allwmake: Completed support for targetType 'objects' 2016-06-24 15:25:11 +01:00
multiphaseEulerFoam C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
multiphaseInterFoam C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
potentialFreeSurfaceFoam Descriptions of solvers corrected and made more consistent and more user-friendly 2016-06-09 18:59:40 +01:00
reactingEulerFoam TurbulenceModels: Created a general base-class and selection mechanism for laminar stress models 2016-09-20 15:05:43 +01:00
twoLiquidMixingFoam applications/solvers: Added -postProcess option 2016-05-09 14:08:15 +01:00
twoPhaseEulerFoam TurbulenceModels: Created a general base-class and selection mechanism for laminar stress models 2016-09-20 15:05:43 +01:00