OOFEM  2.1
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes
oofem::B3SolidMaterial Class Reference

This class implements the B3 model for concrete creep and shrinkage based on the solidification theory. More...

#include <b3solidmat.h>

+ Inheritance diagram for oofem::B3SolidMaterial:
+ Collaboration diagram for oofem::B3SolidMaterial:

List of all members.

Public Member Functions

 B3SolidMaterial (int n, Domain *d)
virtual ~B3SolidMaterial ()
virtual void updateYourself (GaussPoint *gp, TimeStep *tStep)
 Update of MatStatus to the newly reached (equilibrium) state.
virtual void giveShrinkageStrainVector (FloatArray &answer, MatResponseForm form, GaussPoint *gp, TimeStep *tStep, ValueModeType mode)
 Computes, for the given integration point, the strain vector induced by stress-independent shrinkage.
virtual const char * giveClassName () const
virtual classType giveClassID () const
 Returns classType id of receiver.
virtual IRResultType initializeFrom (InputRecord *ir)
 Initializes receiver according to object description stored in input record.
virtual void giveThermalDilatationVector (FloatArray &answer, GaussPoint *, TimeStep *)
 Returns a vector of coefficients of thermal dilatation in direction of each material principal (local) axis.
virtual MaterialStatusCreateStatus (GaussPoint *gp) const
 Creates new copy of associated status and inserts it into given integration point.

Protected Types

enum  b3ShModeType { B3_NoShrinkage, B3_AverageShrinkage, B3_PointShrinkage, B3_PointShrinkageMPS }

Protected Member Functions

virtual int hasIncrementalShrinkageFormulation ()
 If only incremental shrinkage strain formulation is provided, then total shrinkage strain must be tracked in status in order to be able to compute total value.
void computeTotalAverageShrinkageStrainVector (FloatArray &answer, MatResponseForm form, GaussPoint *gp, TimeStep *tStep)
void computePointShrinkageStrainVectorMPS (FloatArray &answer, MatResponseForm form, GaussPoint *gp, TimeStep *tStep)
 Evaluation of the shrinkageStrainVector. Shrinkage is fully dependent on humidity rate in given GP.
void computeShrinkageStrainVector (FloatArray &answer, MatResponseForm form, GaussPoint *gp, TimeStep *tStep, ValueModeType mode)
void predictParametersFrom (double, double, double, double, double, double, double)
double computeNonAgingCreepFunction (GaussPoint *gp, double loadDuration)
 Evaluation of the compliance function of the non-aging solidifying constituent.
double computeSolidifiedVolume (GaussPoint *gp, TimeStep *tStep)
 Evaluation of the relative volume of the solidified material.
double computeFlowTermViscosity (GaussPoint *gp, TimeStep *tStep)
 Evaluation of the flow term viscosity.
virtual double computeCreepFunction (GaussPoint *gp, double tStep, double ofAge)
 Evaluation of the creep compliance function.
double inverse_sorption_isotherm (double w)
virtual void computeCharCoefficients (FloatArray &answer, GaussPoint *gp, double)
 Evaluation of characteristic moduli of the non-aging Kelvin chain.
virtual void computeCharTimes ()
 Evaluation of characteristic times.
virtual double giveEModulus (GaussPoint *gp, TimeStep *tStep)
 Evaluation of the incremental modulus.
virtual void giveEigenStrainVector (FloatArray &answer, MatResponseForm form, GaussPoint *gp, TimeStep *tStep, ValueModeType mode)
 Computes, for the given integration point, the strain vector induced by the stress history (typically creep strain).
double computeMicroPrestress (GaussPoint *gp, TimeStep *tStep, int option)
 Computes microprestress at given time step and GP.
double giveInitMicroPrestress (void)
 Computes initial value of the MicroPrestress.
double giveHumidity (GaussPoint *gp, TimeStep *tStep)
 Computes relative humidity at given time step and GP.
double giveHumidityIncrement (GaussPoint *gp, TimeStep *tStep)
 Computes relative humidity increment at given time step and GP.

Protected Attributes

double t0
double w
double E28
double q1
double q2
double q3
double q4
double q5
enum
oofem::B3SolidMaterial::b3ShModeType 
shMode
double EpsSinf
 Additional parameters for average cross section shrinkage.
double kt
double ks
double vs
double hum
double es0
 Additional parameters for free shrinkage at material point.
double r
double rprime
double at
double w_h
 Constant water content (obtained from experiments) w_h [Pedersen, 1990].
double n
 Constant-exponent (obtained from experiments) n [Pedersen, 1990].
double a
 Constant (obtained from experiments) A [Pedersen, 1990].
double talpha
 Thermal dilatation coeff.
double EspringVal
 elastic modulus of the aging spring (first member of Kelvin chain if retardation spectrum is used)
int EmoduliMode
 If 0, analysis of retardation spectrum is used for evaluation of Kelvin units moduli (default).
int MicroPrestress
 If 1, computation exploiting Microprestress solidification theory is done.
double c0
 MPS constant c0 [MPa^-1 * day^-1].
double c1
 MPS constant c1 (=C1*R*T/M)
double tS0
 MPS tS0 - necessary for the initial value of microprestress (age when the load is applied)
double kSh
 MPS shrinkage parameter. Either this or inithum and finalhum must be given in input record.

Detailed Description

This class implements the B3 model for concrete creep and shrinkage based on the solidification theory.

The implementation exploits a solidifying Kelvin chain.

Definition at line 74 of file b3solidmat.h.


Member Enumeration Documentation

Enumerator:
B3_NoShrinkage 
B3_AverageShrinkage 
B3_PointShrinkage 
B3_PointShrinkageMPS 

Definition at line 79 of file b3solidmat.h.


Constructor & Destructor Documentation

oofem::B3SolidMaterial::B3SolidMaterial ( int  n,
Domain d 
) [inline]

Definition at line 107 of file b3solidmat.h.

References B3_NoShrinkage, and shMode.

virtual oofem::B3SolidMaterial::~B3SolidMaterial ( ) [inline, virtual]

Definition at line 108 of file b3solidmat.h.


Member Function Documentation

void oofem::B3SolidMaterial::computeCharCoefficients ( FloatArray answer,
GaussPoint gp,
double  atTime 
) [protected, virtual]
void oofem::B3SolidMaterial::computeCharTimes ( ) [protected, virtual]
double oofem::B3SolidMaterial::computeCreepFunction ( GaussPoint gp,
double  ofAge,
double  atTime 
) [protected, virtual]

Evaluation of the creep compliance function.

Implements oofem::KelvinChainMaterial.

Definition at line 440 of file b3solidmat.C.

References B3_AverageShrinkage, hum, ks, kt, n, q1, q2, q3, q4, q5, r, shMode, t0, and vs.

Referenced by computeShrinkageStrainVector().

double oofem::B3SolidMaterial::computeFlowTermViscosity ( GaussPoint gp,
TimeStep tStep 
) [protected]
double oofem::B3SolidMaterial::computeMicroPrestress ( GaussPoint gp,
TimeStep tStep,
int  option 
) [protected]

Computes microprestress at given time step and GP.

Parameters:
gpGauss point to compute at.
tStepTime step to compute for.
optionIf 0, microprestress is evaluated in the middle of the time step (used for stiffnesses). If 1, MPS is evaluated at the end of the time step. (Used for updating).

Definition at line 854 of file b3solidmat.C.

References _error, c0, c1, giveHumidity(), giveHumidityIncrement(), giveInitMicroPrestress(), oofem::B3SolidMaterialStatus::giveMPS(), oofem::Material::giveStatus(), oofem::TimeStep::giveTimeIncrement(), oofem::TimeStep::isTheFirstStep(), S, and oofem::RheoChainMaterial::timeFactor.

Referenced by computeFlowTermViscosity(), and updateYourself().

double oofem::B3SolidMaterial::computeNonAgingCreepFunction ( GaussPoint gp,
double  loadDuration 
) [protected]

Evaluation of the compliance function of the non-aging solidifying constituent.

Definition at line 424 of file b3solidmat.C.

References n, and q2.

Referenced by computeCharCoefficients().

void oofem::B3SolidMaterial::computeShrinkageStrainVector ( FloatArray answer,
MatResponseForm  form,
GaussPoint gp,
TimeStep tStep,
ValueModeType  mode 
) [protected]
double oofem::B3SolidMaterial::computeSolidifiedVolume ( GaussPoint gp,
TimeStep tStep 
) [protected]

Evaluation of the relative volume of the solidified material.

Definition at line 621 of file b3solidmat.C.

References oofem::TimeStep::giveTargetTime(), oofem::TimeStep::giveTimeIncrement(), q2, q3, oofem::RheoChainMaterial::relMatAge, and oofem::RheoChainMaterial::timeFactor.

Referenced by giveEigenStrainVector(), and giveEModulus().

Creates new copy of associated status and inserts it into given integration point.

Parameters:
gpIntegration point where newly created status will be stored.
Returns:
Reference to new status.

Reimplemented from oofem::KelvinChainMaterial.

Definition at line 1023 of file b3solidmat.C.

virtual classType oofem::B3SolidMaterial::giveClassID ( ) const [inline, virtual]

Returns classType id of receiver.

Intended for run time type checking. Every derived class have to overload this method.

See also:
classType.
Returns:
Class type of receiver.

Reimplemented from oofem::KelvinChainMaterial.

Definition at line 116 of file b3solidmat.h.

References oofem::B3SolidMaterialClass.

virtual const char* oofem::B3SolidMaterial::giveClassName ( ) const [inline, virtual]
Returns:
Class name of the receiver.

Reimplemented from oofem::KelvinChainMaterial.

Definition at line 115 of file b3solidmat.h.

void oofem::B3SolidMaterial::giveEigenStrainVector ( FloatArray answer,
MatResponseForm  form,
GaussPoint gp,
TimeStep tStep,
ValueModeType  mode 
) [protected, virtual]

Computes, for the given integration point, the strain vector induced by the stress history (typically creep strain).

Parameters:
answerComputed strains.
formMaterial response form.
gpIntegration point.
tStepTime step (most models are able to respond only when tStep is the current time step).
modeDetermines response mode.

Reimplemented from oofem::KelvinChainMaterial.

Definition at line 662 of file b3solidmat.C.

References _error, oofem::FloatArray::add(), oofem::FloatArray::beProductOf(), computeFlowTermViscosity(), computeSolidifiedVolume(), oofem::GaussPoint::giveCrossSection(), oofem::StructuralMaterial::giveFullCharacteristicVector(), oofem::Matrix::giveNumberOfRows(), oofem::Material::giveStatus(), oofem::StructuralMaterialStatus::giveStressVector(), oofem::TimeStep::giveTimeIncrement(), oofem::RheoChainMaterial::giveUnitComplianceMatrix(), oofem::ReducedForm, oofem::FloatArray::resize(), oofem::RheoChainMaterial::timeFactor, and oofem::FloatArray::times().

double oofem::B3SolidMaterial::giveEModulus ( GaussPoint gp,
TimeStep atTime 
) [protected, virtual]
double oofem::B3SolidMaterial::giveHumidity ( GaussPoint gp,
TimeStep tStep 
) [protected]
double oofem::B3SolidMaterial::giveHumidityIncrement ( GaussPoint gp,
TimeStep tStep 
) [protected]
double oofem::B3SolidMaterial::giveInitMicroPrestress ( void  ) [protected]

Computes initial value of the MicroPrestress.

Definition at line 948 of file b3solidmat.C.

References c0, and tS0.

Referenced by computeMicroPrestress().

void oofem::B3SolidMaterial::giveShrinkageStrainVector ( FloatArray answer,
MatResponseForm  form,
GaussPoint gp,
TimeStep tStep,
ValueModeType  mode 
) [virtual]

Computes, for the given integration point, the strain vector induced by stress-independent shrinkage.

Parameters:
answerReturned strain vector.
formMaterial response form.
gpIntegration point.
tStepTime step (most models are able to respond only when tStep is current time step).
modeDetermines response mode (Total or incremental).

Reimplemented from oofem::KelvinChainMaterial.

Definition at line 489 of file b3solidmat.C.

References _error, B3_AverageShrinkage, B3_NoShrinkage, B3_PointShrinkageMPS, computePointShrinkageStrainVectorMPS(), computeShrinkageStrainVector(), computeTotalAverageShrinkageStrainVector(), oofem::FullForm, oofem::GaussPoint::giveMaterialMode(), oofem::TimeStep::givePreviousStep(), oofem::StructuralMaterial::giveSizeOfReducedStressStrainVector(), oofem::TimeStep::isTheFirstStep(), oofem::FloatArray::resize(), shMode, oofem::FloatArray::subtract(), and oofem::FloatArray::zero().

void oofem::B3SolidMaterial::giveThermalDilatationVector ( FloatArray answer,
GaussPoint gp,
TimeStep tStep 
) [virtual]

Returns a vector of coefficients of thermal dilatation in direction of each material principal (local) axis.

Parameters:
answerVector of thermal dilatation coefficients.
gpIntegration point.
tStepTime step (most models are able to respond only when atTime is current time step).

Reimplemented from oofem::RheoChainMaterial.

Definition at line 244 of file b3solidmat.C.

References oofem::FloatArray::at(), oofem::FloatArray::resize(), talpha, and oofem::FloatArray::zero().

virtual int oofem::B3SolidMaterial::hasIncrementalShrinkageFormulation ( ) [inline, protected, virtual]

If only incremental shrinkage strain formulation is provided, then total shrinkage strain must be tracked in status in order to be able to compute total value.

Reimplemented from oofem::KelvinChainMaterial.

Definition at line 124 of file b3solidmat.h.

Initializes receiver according to object description stored in input record.

This function is called immediately after creating object using constructor. Input record 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.

See also:
IR_GIVE_FIELD
IR_GIVE_OPTIONAL_FIELD
Parameters:
irInput record to initialize from.
Returns:
IRResultType

Reimplemented from oofem::KelvinChainMaterial.

Definition at line 45 of file b3solidmat.C.

References _error, a, at, B3_AverageShrinkage, B3_PointShrinkage, B3_PointShrinkageMPS, c0, c1, E28, EmoduliMode, EpsSinf, es0, hum, oofem::IFT_B3Material_a, oofem::IFT_B3Material_ac, oofem::IFT_B3Material_alpha1, oofem::IFT_B3Material_alpha2, oofem::IFT_B3Material_at, oofem::IFT_B3Material_c0, oofem::IFT_B3Material_c1, oofem::IFT_B3Material_cc, oofem::IFT_B3Material_emodulimode, oofem::IFT_B3Material_EpsSinf, oofem::IFT_B3Material_es0, oofem::IFT_B3Material_fc, oofem::IFT_B3Material_finalhumidity, oofem::IFT_B3Material_hum, oofem::IFT_B3Material_initialhumidity, oofem::IFT_B3Material_ks, oofem::IFT_B3Material_ksh, oofem::IFT_B3Material_kt, oofem::IFT_B3Material_microprestress, oofem::IFT_B3Material_mode, oofem::IFT_B3Material_ncoeff, oofem::IFT_B3Material_q1, oofem::IFT_B3Material_q2, oofem::IFT_B3Material_q3, oofem::IFT_B3Material_q4, oofem::IFT_B3Material_q5, oofem::IFT_B3Material_r, oofem::IFT_B3Material_rprime, oofem::IFT_B3Material_shmode, oofem::IFT_B3Material_t0, oofem::IFT_B3Material_talpha, oofem::IFT_B3Material_ts0, oofem::IFT_B3Material_vs, oofem::IFT_B3Material_wc, oofem::IFT_B3Material_wh, IR_GIVE_FIELD, IR_GIVE_OPTIONAL_FIELD, oofem::IRRT_OK, ks, kSh, kt, MicroPrestress, n, predictParametersFrom(), q1, q2, q3, q4, q5, r, rprime, shMode, t0, talpha, tS0, vs, w, and w_h.

double oofem::B3SolidMaterial::inverse_sorption_isotherm ( double  w) [protected]

Definition at line 829 of file b3solidmat.C.

References a, n, and w_h.

Referenced by computeShrinkageStrainVector(), giveHumidity(), and giveHumidityIncrement().

void oofem::B3SolidMaterial::predictParametersFrom ( double  fc,
double  c,
double  wc,
double  ac,
double  t0,
double  alpha1,
double  alpha2 
) [protected]

Definition at line 186 of file b3solidmat.C.

References B3_AverageShrinkage, EpsSinf, kt, oofem::FEMComponent::number, oofem::OOFEM_LOG_DEBUG(), q1, q2, q3, q4, q5, shMode, and w.

Referenced by initializeFrom().

void oofem::B3SolidMaterial::updateYourself ( GaussPoint gp,
TimeStep tStep 
) [virtual]

Update of MatStatus to the newly reached (equilibrium) state.

Reimplemented from oofem::KelvinChainMaterial.

Definition at line 1033 of file b3solidmat.C.

References computeMicroPrestress(), oofem::Material::giveStatus(), MicroPrestress, and oofem::B3SolidMaterialStatus::setMPS().


Member Data Documentation

double oofem::B3SolidMaterial::a [protected]

Constant (obtained from experiments) A [Pedersen, 1990].

Definition at line 87 of file b3solidmat.h.

Referenced by initializeFrom(), and inverse_sorption_isotherm().

double oofem::B3SolidMaterial::at [protected]

Definition at line 83 of file b3solidmat.h.

Referenced by computeShrinkageStrainVector(), and initializeFrom().

double oofem::B3SolidMaterial::c0 [protected]

MPS constant c0 [MPa^-1 * day^-1].

Definition at line 100 of file b3solidmat.h.

Referenced by computeFlowTermViscosity(), computeMicroPrestress(), giveInitMicroPrestress(), and initializeFrom().

double oofem::B3SolidMaterial::c1 [protected]

MPS constant c1 (=C1*R*T/M)

Definition at line 101 of file b3solidmat.h.

Referenced by computeMicroPrestress(), and initializeFrom().

double oofem::B3SolidMaterial::E28 [protected]

Definition at line 78 of file b3solidmat.h.

Referenced by computeTotalAverageShrinkageStrainVector(), and initializeFrom().

If 0, analysis of retardation spectrum is used for evaluation of Kelvin units moduli (default).

If 1, least-squares method is used for evaluation of Kelvin units moduli.

Definition at line 94 of file b3solidmat.h.

Referenced by computeCharCoefficients(), giveEModulus(), and initializeFrom().

double oofem::B3SolidMaterial::EpsSinf [protected]

Additional parameters for average cross section shrinkage.

Definition at line 81 of file b3solidmat.h.

Referenced by computeTotalAverageShrinkageStrainVector(), initializeFrom(), and predictParametersFrom().

double oofem::B3SolidMaterial::es0 [protected]

Additional parameters for free shrinkage at material point.

Definition at line 83 of file b3solidmat.h.

Referenced by computeShrinkageStrainVector(), and initializeFrom().

elastic modulus of the aging spring (first member of Kelvin chain if retardation spectrum is used)

Definition at line 89 of file b3solidmat.h.

Referenced by computeCharCoefficients(), and giveEModulus().

double oofem::B3SolidMaterial::hum [protected]
double oofem::B3SolidMaterial::ks [protected]
double oofem::B3SolidMaterial::kSh [protected]

MPS shrinkage parameter. Either this or inithum and finalhum must be given in input record.

Definition at line 103 of file b3solidmat.h.

Referenced by computePointShrinkageStrainVectorMPS(), and initializeFrom().

double oofem::B3SolidMaterial::kt [protected]

If 1, computation exploiting Microprestress solidification theory is done.

Default value is 0 = without external fields it can be used for basic creep.

Definition at line 99 of file b3solidmat.h.

Referenced by computeFlowTermViscosity(), initializeFrom(), and updateYourself().

double oofem::B3SolidMaterial::n [protected]

Constant-exponent (obtained from experiments) n [Pedersen, 1990].

Definition at line 86 of file b3solidmat.h.

Referenced by computeCreepFunction(), computeNonAgingCreepFunction(), initializeFrom(), and inverse_sorption_isotherm().

double oofem::B3SolidMaterial::q1 [protected]
double oofem::B3SolidMaterial::q2 [protected]
double oofem::B3SolidMaterial::q3 [protected]
double oofem::B3SolidMaterial::q4 [protected]
double oofem::B3SolidMaterial::q5 [protected]

Definition at line 78 of file b3solidmat.h.

Referenced by computeCreepFunction(), initializeFrom(), and predictParametersFrom().

double oofem::B3SolidMaterial::r [protected]
double oofem::B3SolidMaterial::rprime [protected]

Definition at line 83 of file b3solidmat.h.

Referenced by computeShrinkageStrainVector(), and initializeFrom().

double oofem::B3SolidMaterial::t0 [protected]
double oofem::B3SolidMaterial::talpha [protected]

Thermal dilatation coeff.

Definition at line 88 of file b3solidmat.h.

Referenced by giveThermalDilatationVector(), and initializeFrom().

double oofem::B3SolidMaterial::tS0 [protected]

MPS tS0 - necessary for the initial value of microprestress (age when the load is applied)

Definition at line 102 of file b3solidmat.h.

Referenced by giveInitMicroPrestress(), and initializeFrom().

double oofem::B3SolidMaterial::vs [protected]
double oofem::B3SolidMaterial::w [protected]

Definition at line 78 of file b3solidmat.h.

Referenced by initializeFrom(), and predictParametersFrom().

double oofem::B3SolidMaterial::w_h [protected]

Constant water content (obtained from experiments) w_h [Pedersen, 1990].

Definition at line 85 of file b3solidmat.h.

Referenced by initializeFrom(), and inverse_sorption_isotherm().


The documentation for this class was generated from the following files:

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Sun Mar 10 2013 18:17:01 for OOFEM by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2011