OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
This class represents CBS algorithm for solving incompressible Navier-Stokes equations. More...
#include <cbs.h>
Public Member Functions | |
CBS (int i, EngngModel *_master=NULL) | |
virtual | ~CBS () |
virtual void | solveYourselfAt (TimeStep *tStep) |
Solves problem for given time step. More... | |
virtual void | updateYourself (TimeStep *tStep) |
Updates internal state after finishing time step. More... | |
virtual double | giveUnknownComponent (ValueModeType type, TimeStep *tStep, Domain *d, Dof *dof) |
Returns requested unknown. More... | |
virtual double | giveReynoldsNumber () |
double | giveTheta1 () |
double | giveTheta2 () |
double | giveTractionPressure (Dof *dof) |
virtual contextIOResultType | saveContext (DataStream &stream, ContextMode mode) |
Stores the state of model to output stream. More... | |
virtual contextIOResultType | restoreContext (DataStream &stream, ContextMode mode) |
Restores the state of model from output stream. More... | |
virtual void | updateDomainLinks () |
Updates domain links after the domains of receiver have changed. More... | |
virtual TimeStep * | giveNextStep () |
Returns next time step (next to current step) of receiver. More... | |
virtual TimeStep * | giveSolutionStepWhenIcApply (bool force=false) |
Returns the solution step when Initial Conditions (IC) apply. More... | |
virtual NumericalMethod * | giveNumericalMethod (MetaStep *mStep) |
Returns reference to receiver's numerical method. More... | |
virtual IRResultType | initializeFrom (InputRecord *ir) |
Initializes receiver according to object description in input reader. More... | |
virtual int | checkConsistency () |
Allows programmer to test some receiver's internal data, before computation begins. More... | |
virtual const char * | giveClassName () const |
Returns class name of the receiver. More... | |
virtual const char * | giveInputRecordName () const |
virtual fMode | giveFormulation () |
Indicates type of non linear computation (total or updated formulation). More... | |
virtual void | printDofOutputAt (FILE *stream, Dof *iDof, TimeStep *tStep) |
DOF printing routine. More... | |
virtual int | giveNumberOfDomainEquations (int, const UnknownNumberingScheme &num) |
Returns number of equations for given domain in active (current time step) time step. More... | |
virtual int | giveNewEquationNumber (int domain, DofIDItem) |
Increases number of equations of receiver's domain and returns newly created equation number. More... | |
virtual int | giveNewPrescribedEquationNumber (int domain, DofIDItem) |
Increases number of prescribed equations of receiver's domain and returns newly created equation number. More... | |
virtual bool | giveEquationScalingFlag () |
Returns the Equation scaling flag, which is used to indicate that governing equation(s) are scaled, or non-dimensionalized. More... | |
virtual double | giveVariableScale (VarScaleType varId) |
Returns the scale factor for given variable type. More... | |
Public Member Functions inherited from oofem::FluidModel | |
FluidModel (int i, EngngModel *master) | |
virtual int | forceEquationNumbering (int id) |
Forces equation renumbering on given domain. More... | |
virtual int | forceEquationNumbering () |
Forces equation renumbering on all domains associated to engng model. More... | |
Public Member Functions inherited from oofem::EngngModel | |
EngngModel (int i, EngngModel *_master=NULL) | |
Constructor. More... | |
virtual | ~EngngModel () |
Destructor. More... | |
EngngModel (const EngngModel &)=delete | |
EngngModel & | operator= (const EngngModel &)=delete |
Domain * | giveDomain (int n) |
Service for accessing particular problem domain. More... | |
void | setDomain (int i, Domain *ptr, bool iDeallocateOld=true) |
Sets i-th domain of receiver. More... | |
int | giveNumberOfDomains () |
Returns number of domains in problem. More... | |
const std::string & | giveDescription () const |
const time_t & | giveStartTime () |
bool | giveSuppressOutput () const |
virtual ErrorEstimator * | giveDomainErrorEstimator (int n) |
Service for accessing ErrorEstimator corresponding to particular domain. More... | |
virtual MaterialInterface * | giveMaterialInterface (int n) |
Returns material interface representation for given domain. More... | |
void | setNumberOfEquations (int id, int neq) |
FILE * | giveOutputStream () |
Returns file descriptor of output file. More... | |
std::string | giveOutputBaseFileName () |
Returns base output file name to which extensions, like .out .vtu .osf should be added. More... | |
std::string | giveReferenceFileName () |
Returns reference file name. More... | |
void | letOutputBaseFileNameBe (const std::string &src) |
Sets the base output file name. More... | |
ContextOutputMode | giveContextOutputMode () |
Returns domain context output mode. More... | |
int | giveContextOutputStep () |
Returns domain context output step. More... | |
void | setContextOutputMode (ContextOutputMode contextMode) |
Sets context output mode of receiver. More... | |
void | setUDContextOutputMode (int cStep) |
Sets user defined context output mode (it sets contextOutputMode to contextOutputMode), setting contextOutputStep to given value. More... | |
void | setProblemMode (problemMode pmode) |
Sets domain mode to given mode. More... | |
void | setParallelMode (bool newParallelFlag) |
Sets the problem to run in parallel (or not). More... | |
problemMode | giveProblemMode () |
Returns domain mode. More... | |
void | setProblemScale (problemScale pscale) |
Sets scale in multiscale simulation. More... | |
problemScale | giveProblemScale () |
Returns scale in multiscale simulation. More... | |
virtual void | setRenumberFlag () |
Sets the renumber flag to true. More... | |
virtual void | resetRenumberFlag () |
Sets the renumber flag to false. More... | |
double | giveSolutionStepTime () |
Returns the user time of the current simulation step in seconds. More... | |
void | giveAnalysisTime (int &rhrs, int &rmin, int &rsec, int &uhrs, int &umin, int &usec) |
Returns the real and user time for the analysis. More... | |
void | terminateAnalysis () |
Performs analysis termination after finishing analysis. More... | |
virtual void | solveYourself () |
Starts solution process. More... | |
virtual void | terminate (TimeStep *tStep) |
Terminates the solution of time step. More... | |
virtual void | doStepOutput (TimeStep *tStep) |
Prints the ouput of the solution step (using virtual this->printOutputAtservice) to the stream detemined using this->giveOutputStream() method and calls exportModuleManager to do output. More... | |
void | saveStepContext (TimeStep *tStep, ContextMode mode) |
Saves context of given solution step, if required (determined using this->giveContextOutputMode() method). More... | |
virtual void | initializeYourself (TimeStep *tStep) |
Provides the opportunity to initialize state variables stored in element integration points according to initial conditions using function initializeYourself() on element level. More... | |
virtual int | initializeAdaptive (int tStepNumber) |
Initializes the newly generated discretization state according to previous solution. More... | |
virtual FieldPtr | giveField (FieldType key, TimeStep *) |
Returns the smart pointer to requested field, Null otherwise. More... | |
EngngModel * | giveMasterEngngModel () |
Returns the master engnmodel. More... | |
virtual double | giveLoadLevel () |
Returns the current load level. More... | |
virtual double | giveEigenValue (int eigNum) |
Only relevant for eigen value analysis. Otherwise returns zero. More... | |
virtual void | setActiveVector (int i) |
Only relevant for eigen value analysis. Otherwise does noting. More... | |
int | updateSharedDofManagers (FloatArray &answer, const UnknownNumberingScheme &s, int ExchangeTag) |
Exchanges necessary remote DofManagers data. More... | |
int | exchangeRemoteElementData (int ExchangeTag) |
Exchanges necessary remote element data with remote partitions. More... | |
virtual int | giveCurrentNumberOfIterations () |
Returns number of iterations that was required to reach equilibrium - used for adaptive step length in staggered problem. More... | |
MPI_Comm | giveParallelComm () |
Returns the communication object of reciever. More... | |
int | packRemoteElementData (ProcessCommunicator &processComm) |
Packs data of local element to be received by their remote counterpart on remote partitions. More... | |
int | unpackRemoteElementData (ProcessCommunicator &processComm) |
Unpacks data for remote elements (which are mirrors of remote partition's local elements). More... | |
int | packDofManagers (ArrayWithNumbering *src, ProcessCommunicator &processComm) |
Packing function for vector values of DofManagers. More... | |
int | unpackDofManagers (ArrayWithNumbering *dest, ProcessCommunicator &processComm) |
Unpacking function for vector values of DofManagers . More... | |
ProblemCommunicator * | giveProblemCommunicator (EngngModelCommType t) |
void | initializeCommMaps (bool forceInit=false) |
virtual int | instanciateYourself (DataReader &dr, InputRecord *ir, const char *outFileName, const char *desc) |
Initializes whole problem according to its description stored in inputStream. More... | |
void | Instanciate_init () |
Initialization of the receiver state (opening the default output stream, empty domain creation, initialization of parallel context, etc) before Initialization form DataReader. More... | |
int | instanciateDomains (DataReader &dr) |
Instanciate problem domains by calling their instanciateYourself() service. More... | |
int | instanciateMetaSteps (DataReader &dr) |
Instanciate problem meta steps by calling their instanciateYourself() service. More... | |
virtual int | instanciateDefaultMetaStep (InputRecord *ir) |
Instanciate default metastep, if nmsteps is zero. More... | |
virtual void | updateAttributes (MetaStep *mStep) |
Update receiver attributes according to step metaStep attributes. More... | |
void | initMetaStepAttributes (MetaStep *mStep) |
Update e-model attributes attributes according to step metaStep attributes. More... | |
MetaStep * | giveCurrentMetaStep () |
Returns current meta step. More... | |
virtual TimeStep * | giveCurrentStep (bool force=false) |
Returns current time step. More... | |
virtual TimeStep * | givePreviousStep (bool force=false) |
Returns previous time step. More... | |
TimeStep * | generateNextStep () |
Generate new time step (and associate metastep). More... | |
virtual void | preInitializeNextStep () |
Does a pre-initialization of the next time step (implement if necessarry) More... | |
virtual int | giveNumberOfFirstStep (bool force=false) |
Returns number of first time step used by receiver. More... | |
int | giveNumberOfMetaSteps () |
Return number of meta steps. More... | |
MetaStep * | giveMetaStep (int i) |
Returns the i-th meta step. More... | |
int | giveNumberOfSteps (bool force=false) |
Returns total number of steps. More... | |
virtual double | giveEndOfTimeOfInterest () |
Returns end of time interest (time corresponding to end of time integration). More... | |
int | giveNumberOfTimeStepWhenIcApply () |
Returns the time step number, when initial conditions should apply. More... | |
ExportModuleManager * | giveExportModuleManager () |
Returns receiver's export module manager. More... | |
EngngModelTimer * | giveTimer () |
Returns reference to receiver timer (EngngModelTimer). More... | |
std::string | giveContextFileName (int tStepNumber, int stepVersion) const |
Returns the filename for the context file for the given step and version. More... | |
std::string | giveDomainFileName (int domainNum, int domainSerNum) const |
Returns the filename for the given domain (used by adaptivity and restore) More... | |
virtual void | updateComponent (TimeStep *tStep, NumericalCmpn cmpn, Domain *d) |
Updates components mapped to numerical method if necessary during solution process. More... | |
virtual void | initStepIncrements () |
Initializes solution of new time step. More... | |
virtual int | requiresUnknownsDictionaryUpdate () |
Indicates if EngngModel requires Dofs dictionaries to be updated. More... | |
virtual bool | requiresEquationRenumbering (TimeStep *tStep) |
Returns true if equation renumbering is required for given solution step. More... | |
virtual void | updateDofUnknownsDictionary (DofManager *, TimeStep *) |
Updates necessary values in Dofs unknown dictionaries. More... | |
virtual int | giveUnknownDictHashIndx (ValueModeType mode, TimeStep *tStep) |
This method is responsible for computing unique dictionary id (ie hash value) from given valueModeType and time step. More... | |
virtual ParallelContext * | giveParallelContext (int n) |
Returns the parallel context corresponding to given domain (n) and unknown type Default implementation returns i-th context from parallelContextList. More... | |
virtual void | initParallelContexts () |
Creates parallel contexts. More... | |
virtual void | assemble (SparseMtrx &answer, TimeStep *tStep, const MatrixAssembler &ma, const UnknownNumberingScheme &s, Domain *domain) |
Assembles characteristic matrix of required type into given sparse matrix. More... | |
virtual void | assemble (SparseMtrx &answer, TimeStep *tStep, const MatrixAssembler &ma, const UnknownNumberingScheme &r_s, const UnknownNumberingScheme &c_s, Domain *domain) |
Assembles characteristic matrix of required type into given sparse matrix. More... | |
void | assembleVector (FloatArray &answer, TimeStep *tStep, const VectorAssembler &va, ValueModeType mode, const UnknownNumberingScheme &s, Domain *domain, FloatArray *eNorms=NULL) |
Assembles characteristic vector of required type from dofManagers, element, and active boundary conditions, into given vector. More... | |
void | assembleVectorFromDofManagers (FloatArray &answer, TimeStep *tStep, const VectorAssembler &va, ValueModeType mode, const UnknownNumberingScheme &s, Domain *domain, FloatArray *eNorms=NULL) |
Assembles characteristic vector of required type from dofManagers into given vector. More... | |
void | assembleVectorFromElements (FloatArray &answer, TimeStep *tStep, const VectorAssembler &va, ValueModeType mode, const UnknownNumberingScheme &s, Domain *domain, FloatArray *eNorms=NULL) |
Assembles characteristic vector of required type from elements into given vector. More... | |
void | assembleVectorFromBC (FloatArray &answer, TimeStep *tStep, const VectorAssembler &va, ValueModeType mode, const UnknownNumberingScheme &s, Domain *domain, FloatArray *eNorms=NULL) |
Assembles characteristic vector of required type from boundary conditions. More... | |
void | assembleExtrapolatedForces (FloatArray &answer, TimeStep *tStep, CharType type, Domain *domain) |
Assembles the extrapolated internal forces vector, useful for obtaining a good initial guess in nonlinear analysis with Dirichlet boundary conditions. More... | |
void | assemblePrescribedExtrapolatedForces (FloatArray &answer, TimeStep *tStep, CharType type, Domain *domain) |
void | assembleVectorFromContacts (FloatArray &answer, TimeStep *tStep, CharType type, ValueModeType mode, const UnknownNumberingScheme &s, Domain *domain, FloatArray *eNorms=NULL) |
virtual int | checkProblemConsistency () |
Allows programmer to test problem its internal data, before computation begins. More... | |
virtual void | init () |
Initializes the receiver state. More... | |
virtual void | postInitialize () |
Performs post-initialization for all the problem contents (which is called after initializeFrom). More... | |
virtual void | printOutputAt (FILE *file, TimeStep *tStep) |
Prints output of receiver to output domain stream, for given time step. More... | |
virtual void | printOutputAt (FILE *file, TimeStep *tStep, const IntArray &nodeSets, const IntArray &elementSets) |
void | outputNodes (FILE *file, Domain &domain, TimeStep *tStep, int setNum) |
Outputs all nodes in the given set. More... | |
void | outputElements (FILE *file, Domain &domain, TimeStep *tStep, int setNum) |
Outputs all elements in the given set. More... | |
void | printYourself () |
Prints state of receiver. Useful for debugging. More... | |
virtual int | useNonlocalStiffnessOption () |
Returns nonzero if nonlocal stiffness option activated. More... | |
bool | isParallel () const |
Returns true if receiver in parallel mode. More... | |
int | giveRank () const |
Returns domain rank in a group of collaborating processes (0..groupSize-1) More... | |
int | giveNumberOfProcesses () const |
Returns the number of collaborating processes. More... | |
EngngModelContext * | giveContext () |
Context requesting service. More... | |
virtual int | giveNumberOfSlaveProblems () |
Returns number of slave problems. More... | |
virtual EngngModel * | giveSlaveProblem (int i) |
Returns i-th slave problem. More... | |
virtual int | estimateMaxPackSize (IntArray &commMap, DataStream &buff, int packUnpackType) |
Determines the space necessary for send/receive buffer. More... | |
virtual void | balanceLoad (TimeStep *tStep) |
Recovers the load balance between processors, if needed. More... | |
virtual LoadBalancer * | giveLoadBalancer () |
Returns reference to receiver's load balancer. More... | |
virtual LoadBalancerMonitor * | giveLoadBalancerMonitor () |
Returns reference to receiver's load balancer monitor. More... | |
void | initParallel () |
Request domain rank and problem size. More... | |
EngngModel * | giveEngngModel () |
Returns reference to itself -> required by communicator.h. More... | |
virtual bool | isElementActivated (int elemNum) |
virtual bool | isElementActivated (Element *e) |
virtual void | drawYourself (oofegGraphicContext &gc) |
virtual void | drawElements (oofegGraphicContext &gc) |
virtual void | drawNodes (oofegGraphicContext &gc) |
virtual void | showSparseMtrxStructure (int type, oofegGraphicContext &gc, TimeStep *tStep) |
Shows the sparse structure of required matrix, type == 1 stiffness. More... | |
std::string | errorInfo (const char *func) const |
Returns string for prepending output (used by error reporting macros). More... | |
Protected Member Functions | |
void | updateInternalState (TimeStep *tStep) |
Updates nodal values (calls also this->updateDofUnknownsDictionary for updating dofs unknowns dictionaries if model supports changes of static system). More... | |
void | applyIC (TimeStep *tStep) |
Protected Member Functions inherited from oofem::EngngModel | |
virtual void | packMigratingData (TimeStep *tStep) |
Packs receiver data when rebalancing load. More... | |
virtual void | unpackMigratingData (TimeStep *tStep) |
Unpacks receiver data when rebalancing load. More... | |
Protected Attributes | |
std::unique_ptr< SparseLinearSystemNM > | nMethod |
Numerical method used to solve the problem. More... | |
LinSystSolverType | solverType |
SparseMtrxType | sparseMtrxType |
std::unique_ptr< SparseMtrx > | lhs |
PrimaryField | PressureField |
Pressure field. More... | |
PrimaryField | VelocityField |
Velocity field. More... | |
FloatArray | deltaAuxVelocity |
FloatArray | prescribedTractionPressure |
FloatArray | nodalPrescribedTractionPressureConnectivity |
FloatArray | mm |
Lumped mass matrix. More... | |
std::unique_ptr< SparseMtrx > | mss |
Sparse consistent mass. More... | |
double | deltaT |
Time step and its minimal value. More... | |
double | minDeltaT |
double | theta1 |
Integration constants. More... | |
double | theta2 |
int | initFlag |
int | consistentMassFlag |
Consistent mass flag. More... | |
VelocityEquationNumbering | vnum |
VelocityEquationNumbering | vnumPrescribed |
PressureEquationNumbering | pnum |
PressureEquationNumbering | pnumPrescribed |
bool | equationScalingFlag |
double | lscale |
Length scale. More... | |
double | uscale |
Velocity scale. More... | |
double | dscale |
Density scale. More... | |
double | Re |
Reynolds number. More... | |
std::unique_ptr< MaterialInterface > | materialInterface |
Protected Attributes inherited from oofem::EngngModel | |
int | ndomains |
Number of receiver domains. More... | |
std::vector< std::unique_ptr< Domain > > | domainList |
List of problem domains. More... | |
int | numberOfSteps |
Total number of time steps. More... | |
int | numberOfEquations |
Total number of equation in current time step. More... | |
int | numberOfPrescribedEquations |
Total number or prescribed equations in current time step. More... | |
IntArray | domainNeqs |
Number of equations per domain. More... | |
IntArray | domainPrescribedNeqs |
Number of prescribed equations per domain. More... | |
bool | renumberFlag |
Renumbering flag (renumbers equations after each step, necessary if Dirichlet BCs change). More... | |
bool | profileOpt |
Profile optimized numbering flag (using Sloan's algorithm). More... | |
int | equationNumberingCompleted |
Equation numbering completed flag. More... | |
int | nMetaSteps |
Number of meta steps. More... | |
std::vector< MetaStep > | metaStepList |
List of problem metasteps. More... | |
std::unique_ptr< TimeStep > | stepWhenIcApply |
Solution step when IC (initial conditions) apply. More... | |
std::unique_ptr< TimeStep > | currentStep |
Current time step. More... | |
std::unique_ptr< TimeStep > | previousStep |
Previous time step. More... | |
int | number |
Receivers id. More... | |
std::string | dataOutputFileName |
Path to output stream. More... | |
std::string | coreOutputFileName |
String with core output file name. More... | |
FILE * | outputStream |
Output stream. More... | |
std::string | referenceFileName |
String with reference file name. More... | |
ContextOutputMode | contextOutputMode |
Domain context output mode. More... | |
int | contextOutputStep |
ExportModuleManager * | exportModuleManager |
Export module manager. More... | |
InitModuleManager * | initModuleManager |
Initialization module manager. More... | |
problemMode | pMode |
Domain mode. More... | |
problemScale | pScale |
Multiscale mode. More... | |
time_t | startTime |
Solution start time. More... | |
EngngModel * | master |
Master e-model; if defined receiver is in maintained (slave) mode. More... | |
EngngModelContext * | context |
Context. More... | |
EngngModelTimer | timer |
E-model timer. More... | |
int | parallelFlag |
Flag indicating that the receiver runs in parallel. More... | |
enum fMode | nonLinFormulation |
Type of non linear formulation (total or updated formulation). More... | |
ErrorEstimator * | defaultErrEstimator |
Error estimator. Useful for adaptivity, or simply printing errors output. More... | |
int | rank |
Domain rank in a group of collaborating processes (0..groupSize-1). More... | |
int | numProcs |
Total number of collaborating processes. More... | |
int | nonlocalExt |
Flag indicating if nonlocal extension active, which will cause data to be sent between shared elements before computing the internal forces. More... | |
char | processor_name [PROCESSOR_NAME_LENGTH] |
Processor name. More... | |
MPI_Comm | comm |
Communication object for this engineering model. More... | |
CommunicatorBuff * | commBuff |
Common Communicator buffer. More... | |
ProblemCommunicator * | communicator |
Communicator. More... | |
ProblemCommunicator * | nonlocCommunicator |
NonLocal Communicator. Necessary when nonlocal constitutive models are used. More... | |
std::vector< ParallelContext > | parallelContextList |
List where parallel contexts are stored. More... | |
bool | suppressOutput |
Flag for suppressing output to file. More... | |
std::string | simulationDescription |
LoadBalancer * | lb |
Load Balancer. More... | |
LoadBalancerMonitor * | lbm |
bool | loadBalancingFlag |
If set to true, load balancing is active. More... | |
bool | force_load_rebalance_in_first_step |
Debug flag forcing load balancing after first step. More... | |
Additional Inherited Members | |
Public Types inherited from oofem::EngngModel | |
enum | EngngModel_UpdateMode { EngngModel_Unknown_Mode, EngngModel_SUMM_Mode, EngngModel_SET_Mode } |
enum | EngngModelCommType { PC_default, PC_nonlocal } |
enum | InitialGuess { IG_None = 0, IG_Tangent = 1 } |
Means to choose methods for finding a good initial guess. More... | |
Protected Types inherited from oofem::EngngModel | |
enum | { InternalForcesExchangeTag, MassExchangeTag, LoadExchangeTag, ReactionExchangeTag, RemoteElementExchangeTag } |
Message tags. More... | |
This class represents CBS algorithm for solving incompressible Navier-Stokes equations.
oofem::CBS::CBS | ( | int | i, |
EngngModel * | _master = NULL |
||
) |
Definition at line 110 of file cbs.C.
References consistentMassFlag, dscale, equationScalingFlag, initFlag, lscale, oofem::EngngModel::ndomains, and uscale.
|
protected |
Definition at line 608 of file cbs.C.
References oofem::PrimaryField::advanceSolution(), oofem::FloatArray::at(), oofem::Domain::giveDofManagers(), oofem::EngngModel::giveDomain(), oofem::Domain::giveElements(), giveNumberOfDomainEquations(), oofem::PrimaryField::giveSolutionVector(), OOFEM_LOG_INFO, pnum, PressureField, oofem::FloatArray::resize(), oofem::CBSElement::updateInternalState(), oofem::Element::updateYourself(), VelocityField, vnum, and oofem::FloatArray::zero().
Referenced by solveYourselfAt().
|
virtual |
Allows programmer to test some receiver's internal data, before computation begins.
Reimplemented from oofem::EngngModel.
Definition at line 535 of file cbs.C.
References oofem::EngngModel::checkConsistency(), equationScalingFlag, oofem::ForceLoadBVT, oofem::Domain::giveBcs(), oofem::EngngModel::giveDomain(), oofem::Domain::giveElements(), oofem::Domain::giveIcs(), giveVariableScale(), OOFEM_WARNING, oofem::PressureBVT, uscale, oofem::VelocityBVT, oofem::VST_Force, and oofem::VST_Pressure.
|
inlinevirtual |
Returns class name of the receiver.
Implements oofem::EngngModel.
|
inlinevirtual |
Returns the Equation scaling flag, which is used to indicate that governing equation(s) are scaled, or non-dimensionalized.
Reimplemented from oofem::EngngModel.
|
inlinevirtual |
Indicates type of non linear computation (total or updated formulation).
This is used for example on Nodal level to update coordinates if updated formulation is done, or on element level, when non linear contributions are computed.
Reimplemented from oofem::EngngModel.
Definition at line 251 of file cbs.h.
References oofem::TL.
|
inlinevirtual |
Definition at line 250 of file cbs.h.
References _IFT_CBS_Name.
|
virtual |
Increases number of equations of receiver's domain and returns newly created equation number.
Used mainly by DofManagers to allocate their corresponding equation number if it is not currently allocated. The DofIDItem parameter allows to distinguish between several possible governing equations, that can be numbered separately.
Reimplemented from oofem::EngngModel.
Definition at line 659 of file cbs.C.
References oofem::VelocityEquationNumbering::askNewEquationNumber(), oofem::PressureEquationNumbering::askNewEquationNumber(), OOFEM_ERROR, pnum, and vnum.
|
virtual |
Increases number of prescribed equations of receiver's domain and returns newly created equation number.
Used mainly by DofManagers to allocate their corresponding equation number if it is not currently allocated. The DofIDItem parameter allows to distinguish between several possible governing equations, that can be numbered separately.
Reimplemented from oofem::EngngModel.
Definition at line 674 of file cbs.C.
References oofem::VelocityEquationNumbering::askNewEquationNumber(), oofem::PressureEquationNumbering::askNewEquationNumber(), OOFEM_ERROR, pnumPrescribed, and vnumPrescribed.
|
virtual |
Returns next time step (next to current step) of receiver.
Reimplemented from oofem::EngngModel.
Definition at line 254 of file cbs.C.
References oofem::EngngModel::currentStep, deltaT, oofem::EngngModel::giveDomain(), oofem::Domain::giveElements(), giveSolutionStepWhenIcApply(), giveVariableScale(), oofem::max(), oofem::min(), minDeltaT, OOFEM_LOG_INFO, oofem::EngngModel::previousStep, and oofem::VST_Time.
|
virtual |
Returns number of equations for given domain in active (current time step) time step.
The numbering scheme determines which system the result is requested for.
Reimplemented from oofem::EngngModel.
Definition at line 688 of file cbs.C.
References oofem::EngngModel::equationNumberingCompleted, oofem::FluidModel::forceEquationNumbering(), and oofem::UnknownNumberingScheme::giveRequiredNumberOfDomainEquation().
Referenced by applyIC(), and solveYourselfAt().
|
virtual |
Returns reference to receiver's numerical method.
Reimplemented from oofem::EngngModel.
Definition at line 126 of file cbs.C.
References oofem::classFactory, oofem::ClassFactory::createSparseLinSolver(), nMethod, OOFEM_ERROR, and solverType.
Referenced by solveYourselfAt(), and updateDomainLinks().
|
virtual |
Implements oofem::FluidModel.
Definition at line 213 of file cbs.C.
References equationScalingFlag, and Re.
|
virtual |
Returns the solution step when Initial Conditions (IC) apply.
force | when set to true then receiver reply is returned instead of master (default) |
Reimplemented from oofem::EngngModel.
Definition at line 239 of file cbs.C.
References deltaT, oofem::EngngModel::giveNumberOfTimeStepWhenIcApply(), oofem::EngngModel::giveSolutionStepWhenIcApply(), oofem::EngngModel::master, and oofem::EngngModel::stepWhenIcApply.
Referenced by giveNextStep().
double oofem::CBS::giveTractionPressure | ( | Dof * | dof | ) |
Definition at line 224 of file cbs.C.
References oofem::Dof::__givePrescribedEquationNumber(), oofem::FloatArray::at(), OOFEM_ERROR, and prescribedTractionPressure.
|
virtual |
Returns requested unknown.
Unknown at give time step is characterized by its type and mode and by its equation number. This function is used by Dofs, when they are requested for their associated unknowns.
Reimplemented from oofem::EngngModel.
Definition at line 194 of file cbs.C.
References oofem::Dof::__giveEquationNumber(), oofem::Dof::giveDofID(), oofem::PrimaryField::giveUnknownValue(), OOFEM_ERROR, PressureField, and VelocityField.
|
virtual |
Returns the scale factor for given variable type.
Reimplemented from oofem::EngngModel.
Definition at line 698 of file cbs.C.
References oofem::EngngModel::domainList, dscale, lscale, OOFEM_ERROR, oofem::EngngModel::printOutputAt(), uscale, oofem::VST_Density, oofem::VST_Force, oofem::VST_Length, oofem::VST_Pressure, oofem::VST_Time, oofem::VST_Velocity, and oofem::VST_Viscosity.
Referenced by checkConsistency(), and giveNextStep().
|
virtual |
Initializes receiver according to object description in input reader.
InitString can be imagined as data record in component database belonging to receiver. Receiver may use value-name extracting functions to extract particular field from record.
Reimplemented from oofem::EngngModel.
Definition at line 138 of file cbs.C.
References _IFT_CBS_cmflag, _IFT_CBS_deltat, _IFT_CBS_dscale, _IFT_CBS_lscale, _IFT_CBS_miflag, _IFT_CBS_mindeltat, _IFT_CBS_scaleflag, _IFT_CBS_theta1, _IFT_CBS_theta2, _IFT_CBS_uscale, _IFT_EngngModel_lstype, _IFT_EngngModel_smtype, consistentMassFlag, deltaT, dscale, equationScalingFlag, oofem::EngngModel::giveContext(), oofem::EngngModel::giveDomain(), oofem::EngngModelContext::giveFieldManager(), oofem::EngngModel::initializeFrom(), IR_GIVE_FIELD, IR_GIVE_OPTIONAL_FIELD, lscale, materialInterface, minDeltaT, Re, oofem::FieldManager::registerField(), solverType, sparseMtrxType, theta1, theta2, uscale, and VelocityField.
DOF printing routine.
Called by DofManagers to print Dof specific part. Dof class provides component printing routines, but emodel is responsible for what will be printed at DOF level.
stream | output stream |
iDof | dof to be processed |
tStep | solution step |
Reimplemented from oofem::EngngModel.
Definition at line 592 of file cbs.C.
References dscale, oofem::Dof::giveDofID(), OOFEM_ERROR, oofem::Dof::printSingleOutputAt(), and uscale.
|
virtual |
Restores the state of model from output stream.
Restores not only the receiver state, but also same function is invoked for all DofManagers and Elements in associated domain. Note that by restoring element context also contexts of all associated integration points (and material statuses) are restored. Each context is associated with unique time step. Only one context per time step is allowed. Restore context function will restore such context, which is related (through its step number) to time step number and version given in obj parameter. Restoring context will change current time step in order to correspond to newly restored context.
stream | Context file. |
mode | Determines amount of info in stream. |
ContextIOERR | exception if error encountered. |
Reimplemented from oofem::EngngModel.
Definition at line 510 of file cbs.C.
References oofem::CIO_OK, prescribedTractionPressure, PressureField, oofem::PrimaryField::restoreContext(), oofem::EngngModel::restoreContext(), oofem::FloatArray::restoreYourself(), THROW_CIOERR, and VelocityField.
|
virtual |
Stores the state of model to output stream.
Stores not only the receiver state, but also same function is invoked for all DofManagers and Elements in associated domain. Note that by storing element context also contexts of all associated integration points (and material statuses) are stored.
stream | Context stream. |
mode | Determines amount of info in stream. |
ContextIOERR | If error encountered. |
Reimplemented from oofem::EngngModel.
Definition at line 485 of file cbs.C.
References oofem::CIO_OK, prescribedTractionPressure, PressureField, oofem::PrimaryField::saveContext(), oofem::EngngModel::saveContext(), oofem::FloatArray::storeYourself(), THROW_CIOERR, and VelocityField.
|
virtual |
Solves problem for given time step.
Should assemble characteristic matrices and vectors if necessary and solve problem using appropriate numerical method. After finishing solution, this->updateYourself function for updating solution state and then this->terminate function (for updating nodal and element values) should be called.
Reimplemented from oofem::EngngModel.
Definition at line 283 of file cbs.C.
References oofem::FloatArray::add(), oofem::PrimaryField::advanceSolution(), applyIC(), oofem::EngngModel::assemble(), oofem::EngngModel::assembleVectorFromElements(), oofem::FloatArray::at(), oofem::classFactory, consistentMassFlag, oofem::ClassFactory::createSparseMtrx(), deltaAuxVelocity, deltaT, oofem::Timer::getUtime(), oofem::EngngModel::giveCurrentMetaStep(), oofem::EngngModel::giveCurrentStep(), oofem::EngngModel::giveDomain(), giveNumberOfDomainEquations(), giveNumericalMethod(), oofem::TimeStep::givePreviousStep(), oofem::PrimaryField::giveSolutionVector(), oofem::TimeStep::giveTimeIncrement(), oofem::TimeStep::incrementStateCounter(), initFlag, oofem::TimeStep::isTheFirstStep(), lhs, materialInterface, mm, mss, nMethod, nodalPrescribedTractionPressureConnectivity, OOFEM_ERROR, OOFEM_LOG_INFO, pnum, pnumPrescribed, prescribedTractionPressure, PressureField, oofem::FloatArray::resize(), sparseMtrxType, oofem::Timer::startTimer(), oofem::EngngModel::stepWhenIcApply, oofem::Timer::stopTimer(), theta1, theta2, oofem::EngngModel::timer, oofem::FloatArray::times(), VelocityField, vnum, and oofem::FloatArray::zero().
|
virtual |
Updates domain links after the domains of receiver have changed.
Used mainly after restoring context - the domains may change and this service is then used to update domain variables in all components belonging to receiver like error estimators, solvers, etc, having domains as attributes.
Reimplemented from oofem::EngngModel.
Definition at line 584 of file cbs.C.
References oofem::EngngModel::giveCurrentMetaStep(), oofem::EngngModel::giveDomain(), giveNumericalMethod(), oofem::NumericalMethod::setDomain(), and oofem::EngngModel::updateDomainLinks().
|
protected |
Updates nodal values (calls also this->updateDofUnknownsDictionary for updating dofs unknowns dictionaries if model supports changes of static system).
The element internal state update is also forced using updateInternalState service.
Definition at line 468 of file cbs.C.
References oofem::EngngModel::domainList, oofem::EngngModel::requiresUnknownsDictionaryUpdate(), and oofem::EngngModel::updateDofUnknownsDictionary().
Referenced by updateYourself().
|
virtual |
Updates internal state after finishing time step.
(for example total values may be updated according to previously solved increments). Then element values are also updated (together with related integration points and material statuses).
Reimplemented from oofem::EngngModel.
Definition at line 453 of file cbs.C.
References materialInterface, updateInternalState(), and oofem::EngngModel::updateYourself().
|
protected |
Consistent mass flag.
Definition at line 201 of file cbs.h.
Referenced by CBS(), initializeFrom(), and solveYourselfAt().
|
protected |
Definition at line 185 of file cbs.h.
Referenced by solveYourselfAt().
|
protected |
Time step and its minimal value.
Definition at line 195 of file cbs.h.
Referenced by giveNextStep(), giveSolutionStepWhenIcApply(), initializeFrom(), and solveYourselfAt().
|
protected |
Density scale.
Definition at line 214 of file cbs.h.
Referenced by CBS(), giveVariableScale(), initializeFrom(), and printDofOutputAt().
|
protected |
Definition at line 208 of file cbs.h.
Referenced by CBS(), checkConsistency(), giveReynoldsNumber(), and initializeFrom().
|
protected |
Definition at line 199 of file cbs.h.
Referenced by CBS(), and solveYourselfAt().
|
protected |
Definition at line 180 of file cbs.h.
Referenced by solveYourselfAt().
|
protected |
Length scale.
Definition at line 210 of file cbs.h.
Referenced by CBS(), giveVariableScale(), and initializeFrom().
|
protected |
Definition at line 220 of file cbs.h.
Referenced by initializeFrom(), solveYourselfAt(), and updateYourself().
|
protected |
Definition at line 195 of file cbs.h.
Referenced by giveNextStep(), and initializeFrom().
|
protected |
|
protected |
|
protected |
Numerical method used to solve the problem.
Definition at line 175 of file cbs.h.
Referenced by giveNumericalMethod(), and solveYourselfAt().
|
protected |
Definition at line 187 of file cbs.h.
Referenced by solveYourselfAt().
|
protected |
Definition at line 205 of file cbs.h.
Referenced by applyIC(), giveNewEquationNumber(), and solveYourselfAt().
|
protected |
Definition at line 206 of file cbs.h.
Referenced by giveNewPrescribedEquationNumber(), and solveYourselfAt().
|
protected |
Definition at line 186 of file cbs.h.
Referenced by giveTractionPressure(), restoreContext(), saveContext(), and solveYourselfAt().
|
protected |
Pressure field.
Definition at line 182 of file cbs.h.
Referenced by applyIC(), giveUnknownComponent(), restoreContext(), saveContext(), and solveYourselfAt().
|
protected |
Reynolds number.
Definition at line 216 of file cbs.h.
Referenced by giveReynoldsNumber(), and initializeFrom().
|
protected |
Definition at line 177 of file cbs.h.
Referenced by giveNumericalMethod(), and initializeFrom().
|
protected |
Definition at line 178 of file cbs.h.
Referenced by initializeFrom(), and solveYourselfAt().
|
protected |
Integration constants.
Definition at line 197 of file cbs.h.
Referenced by giveTheta1(), initializeFrom(), and solveYourselfAt().
|
protected |
Definition at line 197 of file cbs.h.
Referenced by giveTheta2(), initializeFrom(), and solveYourselfAt().
|
protected |
Velocity scale.
Definition at line 212 of file cbs.h.
Referenced by CBS(), checkConsistency(), giveVariableScale(), initializeFrom(), and printDofOutputAt().
|
protected |
Velocity field.
Definition at line 184 of file cbs.h.
Referenced by applyIC(), giveUnknownComponent(), initializeFrom(), restoreContext(), saveContext(), and solveYourselfAt().
|
protected |
Definition at line 203 of file cbs.h.
Referenced by applyIC(), giveNewEquationNumber(), and solveYourselfAt().
|
protected |
Definition at line 204 of file cbs.h.
Referenced by giveNewPrescribedEquationNumber().