OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "fluidmodel.h"
#include "sparselinsystemnm.h"
#include "sparsemtrx.h"
#include "primaryfield.h"
#include "materialinterface.h"
#include "unknownnumberingscheme.h"
Go to the source code of this file.
Classes | |
class | oofem::NumberOfNodalPrescribedTractionPressureAssembler |
Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
class | oofem::IntermediateConvectionDiffusionAssembler |
Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
class | oofem::PrescribedVelocityRhsAssembler |
Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
class | oofem::DensityPrescribedTractionPressureAssembler |
Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
class | oofem::DensityRhsAssembler |
Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
class | oofem::CorrectionRhsAssembler |
Implementation for assembling external forces vectors in standard monolithic FE-problems. More... | |
class | oofem::PressureLhsAssembler |
Callback class for assembling CBS pressure matrices. More... | |
class | oofem::VelocityEquationNumbering |
Specialized numbering scheme for CBS algorithm, since it needs velocities separately. More... | |
class | oofem::PressureEquationNumbering |
Specialized numbering scheme for CBS algorithm, since it needs pressures separately. More... | |
class | oofem::CBS |
This class represents CBS algorithm for solving incompressible Navier-Stokes equations. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for CBS | |
#define | _IFT_CBS_Name "cbs" |
#define | _IFT_CBS_deltat "deltat" |
#define | _IFT_CBS_mindeltat "mindeltat" |
#define | _IFT_CBS_cmflag "cmflag" |
#define | _IFT_CBS_theta1 "theta1" |
#define | _IFT_CBS_theta2 "theta2" |
#define | _IFT_CBS_scaleflag "scaleflag" |
#define | _IFT_CBS_lscale "lscale" |
#define | _IFT_CBS_uscale "uscale" |
#define | _IFT_CBS_dscale "dscale" |
#define | _IFT_CBS_miflag "miflag" |
#define _IFT_CBS_cmflag "cmflag" |
Definition at line 53 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_deltat "deltat" |
Definition at line 51 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_dscale "dscale" |
Definition at line 59 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_lscale "lscale" |
Definition at line 57 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_miflag "miflag" |
Definition at line 60 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_mindeltat "mindeltat" |
Definition at line 52 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_Name "cbs" |
Definition at line 50 of file cbs.h.
Referenced by oofem::CBS::giveInputRecordName().
#define _IFT_CBS_scaleflag "scaleflag" |
Definition at line 56 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_theta1 "theta1" |
Definition at line 54 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_theta2 "theta2" |
Definition at line 55 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().
#define _IFT_CBS_uscale "uscale" |
Definition at line 58 of file cbs.h.
Referenced by oofem::CBS::initializeFrom().