OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::FluidMaterialEvaluator |
For testing material behavior, particularly useful for multiscale modeling where one can test a single RVE. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for material evaluator | |
#define | _IFT_FluidMaterialEvaluator_Name "fluidmaterialevaluator" |
#define | _IFT_FluidMaterialEvaluator_deltat "deltat" |
#define | _IFT_FluidMaterialEvaluator_numberOfTimeSteps "nsteps" |
#define | _IFT_FluidMaterialEvaluator_nDimensions "ndim" |
Number of dimensions (2 or 3) More... | |
#define | _IFT_FluidMaterialEvaluator_componentFunctions "componentfunctions" |
Integer list of time functions for each component. More... | |
#define | _IFT_FluidMaterialEvaluator_stressControl "stresscontrol" |
Integer list of the stress components which are controlled. More... | |
#define | _IFT_FluidMaterialEvaluator_volFunction "volfunction" |
Integer of time function for volumetric part. More... | |
#define | _IFT_FluidMaterialEvaluator_pressureControl "pressurecontrol" |
Bool(Integer) determining if pressure or volumetric strain-rate is controlled. More... | |
#define | _IFT_FluidMaterialEvaluator_outputVariables "vars" |
Variables (from integration point) to be written. More... | |
#define _IFT_FluidMaterialEvaluator_componentFunctions "componentfunctions" |
Integer list of time functions for each component.
Definition at line 48 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::initializeFrom().
#define _IFT_FluidMaterialEvaluator_deltat "deltat" |
Definition at line 45 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::initializeFrom().
#define _IFT_FluidMaterialEvaluator_Name "fluidmaterialevaluator" |
Definition at line 44 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::giveInputRecordName().
#define _IFT_FluidMaterialEvaluator_nDimensions "ndim" |
Number of dimensions (2 or 3)
Definition at line 47 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::initializeFrom().
#define _IFT_FluidMaterialEvaluator_numberOfTimeSteps "nsteps" |
Definition at line 46 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::initializeFrom().
#define _IFT_FluidMaterialEvaluator_outputVariables "vars" |
Variables (from integration point) to be written.
Definition at line 52 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::initializeFrom().
#define _IFT_FluidMaterialEvaluator_pressureControl "pressurecontrol" |
Bool(Integer) determining if pressure or volumetric strain-rate is controlled.
Definition at line 51 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::initializeFrom().
#define _IFT_FluidMaterialEvaluator_stressControl "stresscontrol" |
Integer list of the stress components which are controlled.
Definition at line 49 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::initializeFrom().
#define _IFT_FluidMaterialEvaluator_volFunction "volfunction" |
Integer of time function for volumetric part.
Definition at line 50 of file fluidmaterialevaluator.h.
Referenced by oofem::FluidMaterialEvaluator::initializeFrom().