OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
HydratingConcreteMatStatus stores degree of hydration in each integration point. More...
#include <hydratingconcretemat.h>
Public Member Functions | |
HydratingConcreteMatStatus (int n, Domain *d, GaussPoint *g) | |
virtual | ~HydratingConcreteMatStatus () |
double | giveDoHActual () |
Returns actual degree of hydration at last known equilibrium. More... | |
virtual void | updateYourself (TimeStep *tStep) |
Update equilibrium history variables according to temp-variables. More... | |
virtual void | printOutputAt (FILE *file, TimeStep *tStep) |
Print receiver's output to given stream. More... | |
Public Member Functions inherited from oofem::TransportMaterialStatus | |
TransportMaterialStatus (int n, Domain *d, GaussPoint *g) | |
Constructor - creates new TransportMaterialStatus with number n, belonging to domain d and IntegrationPoint g. More... | |
virtual | ~TransportMaterialStatus () |
Destructor. More... | |
virtual void | initTempStatus () |
Initializes the temporary internal variables, describing the current state according to previously reached equilibrium internal variables. More... | |
virtual contextIOResultType | saveContext (DataStream &stream, ContextMode mode, void *obj=NULL) |
Stores receiver state to output stream. More... | |
virtual contextIOResultType | restoreContext (DataStream &stream, ContextMode mode, void *obj=NULL) |
Restores the receiver state previously written in stream. More... | |
void | letTempStateVectorBe (FloatArray v) |
virtual const char * | giveClassName () const |
void | setTempGradient (FloatArray grad) |
Set gradient. More... | |
void | setTempField (FloatArray newField) |
Set field. More... | |
void | setTempFlux (FloatArray w) |
Set flux. More... | |
const FloatArray & | giveGradient () |
Return last gradient. More... | |
const FloatArray & | giveField () |
Return last field. More... | |
const FloatArray & | giveFlux () |
Returns last flux. More... | |
const FloatArray & | giveTempGradient () |
Return last gradient. More... | |
const FloatArray & | giveTempField () |
Return last field. More... | |
const FloatArray & | giveTempFlux () |
Returns last flux. More... | |
double | giveMaturity () |
Returns maturity. More... | |
Public Member Functions inherited from oofem::MaterialStatus | |
MaterialStatus (int n, Domain *d, GaussPoint *g) | |
Constructor. More... | |
virtual | ~MaterialStatus () |
Destructor. More... | |
virtual bool | giveMaterialProperty (int propID, double &value) |
Returns the value of material model property stored in receiving status. More... | |
virtual void | setMaterialProperty (int propID, double value) |
Allows to set the value of material model property to be stored in receiving status. More... | |
virtual void | setStatusVariable (int varID, double value) |
Allows to set the value of a specific variable, identified by varID. More... | |
virtual void | restoreConsistency () |
Restores consistency of the status, i.e., computes or corrects the values of certain status variables such that the state is admissible. More... | |
virtual IRResultType | initializeFrom (InputRecord *ir) |
Initializes receiver according to object description stored in input record. More... | |
Public Member Functions inherited from oofem::IntegrationPointStatus | |
IntegrationPointStatus (int n, Domain *d, GaussPoint *g) | |
Constructor. More... | |
virtual | ~IntegrationPointStatus () |
Destructor. More... | |
virtual const char * | giveInputRecordName () const |
Public Member Functions inherited from oofem::FEMComponent | |
FEMComponent (int n, Domain *d) | |
Regular constructor, creates component with given number and belonging to given domain. More... | |
virtual | ~FEMComponent () |
Virtual destructor. More... | |
Domain * | giveDomain () const |
virtual void | setDomain (Domain *d) |
Sets associated Domain. More... | |
int | giveNumber () const |
void | setNumber (int num) |
Sets number of receiver. More... | |
virtual void | updateLocalNumbering (EntityRenumberingFunctor &f) |
Local renumbering support. More... | |
virtual void | giveInputRecord (DynamicInputRecord &input) |
Setups the input record string of receiver. More... | |
virtual int | checkConsistency () |
Allows programmer to test some internal data, before computation begins. More... | |
virtual void | printYourself () |
Prints receiver state on stdout. Useful for debugging. More... | |
virtual Interface * | giveInterface (InterfaceType t) |
Interface requesting service. More... | |
std::string | errorInfo (const char *func) const |
Returns string for prepending output (used by error reporting macros). More... | |
Public Attributes | |
double | power |
double | lastEvalTime |
double | lastEquivalentTime |
double | equivalentTime |
double | degreeOfHydration |
double | lastDegreeOfHydration |
Additional Inherited Members | |
Protected Attributes inherited from oofem::TransportMaterialStatus | |
FloatArray | temp_field |
Vector containing the last used field. More... | |
FloatArray | temp_gradient |
Vector containing the last used gradient. More... | |
FloatArray | temp_flux |
Vector containing the last computed flux. More... | |
FloatArray | field |
Vector containing the last equilibrated field. The physical meaning corresponds to temperature, concentration etc. More... | |
FloatArray | gradient |
Vector containing the last equilibrated gradient. It is the spatial gradient of the field. More... | |
FloatArray | flux |
Vector containing the last equilibrated flux. The physical meaning corresponds to energy flux, mass flow, etc. More... | |
double | maturity |
A scalar containing maturity (integration of temperature over time) More... | |
Protected Attributes inherited from oofem::IntegrationPointStatus | |
GaussPoint * | gp |
Associated integration point. More... | |
Protected Attributes inherited from oofem::FEMComponent | |
int | number |
Component number. More... | |
Domain * | domain |
Link to domain object, useful for communicating with other FEM components. More... | |
HydratingConcreteMatStatus stores degree of hydration in each integration point.
Definition at line 138 of file hydratingconcretemat.h.
oofem::HydratingConcreteMatStatus::HydratingConcreteMatStatus | ( | int | n, |
Domain * | d, | ||
GaussPoint * | g | ||
) |
Definition at line 251 of file hydratingconcretemat.C.
References degreeOfHydration, equivalentTime, lastDegreeOfHydration, lastEquivalentTime, lastEvalTime, and power.
|
virtual |
Definition at line 263 of file hydratingconcretemat.C.
double oofem::HydratingConcreteMatStatus::giveDoHActual | ( | ) |
Returns actual degree of hydration at last known equilibrium.
Definition at line 357 of file hydratingconcretemat.C.
References degreeOfHydration.
Referenced by oofem::HydratingConcreteMat::giveIPValue(), oofem::HydratingConcreteMat::giveIsotropicConductivity(), and printOutputAt().
|
virtual |
Print receiver's output to given stream.
Reimplemented from oofem::TransportMaterialStatus.
Definition at line 379 of file hydratingconcretemat.C.
References oofem::FloatArray::at(), oofem::HydratingConcreteMat::giveConcreteCapacity(), oofem::HydratingConcreteMat::giveConcreteDensity(), giveDoHActual(), oofem::TimeStep::giveIntrinsicTime(), oofem::HydratingConcreteMat::giveIsotropicConductivity(), oofem::GaussPoint::giveMaterial(), oofem::TransportMaterialStatus::giveTempField(), oofem::IntegrationPointStatus::gp, power, and oofem::TransportMaterialStatus::printOutputAt().
|
virtual |
Update equilibrium history variables according to temp-variables.
Invoked, after new equilibrium state has been reached.
Reimplemented from oofem::TransportMaterialStatus.
Definition at line 364 of file hydratingconcretemat.C.
References oofem::FloatArray::at(), degreeOfHydration, equivalentTime, oofem::Material::giveCastingTime(), oofem::TransportMaterialStatus::giveField(), oofem::TimeStep::giveIntrinsicTime(), oofem::GaussPoint::giveMaterial(), oofem::IsotropicHeatTransferMaterial::giveMaturityT0(), oofem::TransportMaterialStatus::giveTempField(), oofem::TimeStep::giveTimeIncrement(), oofem::IntegrationPointStatus::gp, oofem::TimeStep::isIcApply(), lastDegreeOfHydration, lastEquivalentTime, lastEvalTime, oofem::TransportMaterialStatus::maturity, and oofem::TransportMaterialStatus::updateYourself().
double oofem::HydratingConcreteMatStatus::degreeOfHydration |
Definition at line 149 of file hydratingconcretemat.h.
Referenced by giveDoHActual(), oofem::HydratingConcreteMat::GivePower(), HydratingConcreteMatStatus(), and updateYourself().
double oofem::HydratingConcreteMatStatus::equivalentTime |
Definition at line 149 of file hydratingconcretemat.h.
Referenced by oofem::HydratingConcreteMat::GivePower(), HydratingConcreteMatStatus(), and updateYourself().
double oofem::HydratingConcreteMatStatus::lastDegreeOfHydration |
Definition at line 149 of file hydratingconcretemat.h.
Referenced by oofem::HydratingConcreteMat::GivePower(), HydratingConcreteMatStatus(), and updateYourself().
double oofem::HydratingConcreteMatStatus::lastEquivalentTime |
Definition at line 149 of file hydratingconcretemat.h.
Referenced by oofem::HydratingConcreteMat::GivePower(), HydratingConcreteMatStatus(), and updateYourself().
double oofem::HydratingConcreteMatStatus::lastEvalTime |
Definition at line 148 of file hydratingconcretemat.h.
Referenced by oofem::HydratingConcreteMat::GivePower(), HydratingConcreteMatStatus(), and updateYourself().
double oofem::HydratingConcreteMatStatus::power |
Definition at line 147 of file hydratingconcretemat.h.
Referenced by oofem::HydratingConcreteMat::GivePower(), HydratingConcreteMatStatus(), and printOutputAt().