|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "fluiddynamicmaterial.h"#include "floatarray.h"#include "floatmatrix.h"#include "matconst.h"#include "matstatus.h"Go to the source code of this file.
Classes | |
| class | oofem::NewtonianFluidMaterial |
| Constitutive model of Newtonian fluid. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for NewtonianFluidMaterial | |
| #define | _IFT_NewtonianFluidMaterial_Name "newtonianfluid" |
| #define | _IFT_NewtonianFluidMaterial_mu "mu" |
| #define _IFT_NewtonianFluidMaterial_mu "mu" |
Definition at line 47 of file newtonianfluid.h.
Referenced by oofem::NewtonianFluidMaterial::giveInputRecord(), and oofem::NewtonianFluidMaterial::initializeFrom().
| #define _IFT_NewtonianFluidMaterial_Name "newtonianfluid" |
Definition at line 46 of file newtonianfluid.h.
Referenced by oofem::NewtonianFluidMaterial::giveInputRecordName().