OOFEM 3.0
Loading...
Searching...
No Matches
kelvinChSolM.h
Go to the documentation of this file.
1/*
2 *
3 * ##### ##### ###### ###### ### ###
4 * ## ## ## ## ## ## ## ### ##
5 * ## ## ## ## #### #### ## # ##
6 * ## ## ## ## ## ## ## ##
7 * ## ## ## ## ## ## ## ##
8 * ##### ##### ## ###### ## ##
9 *
10 *
11 * OOFEM : Object Oriented Finite Element Code
12 *
13 * Copyright (C) 1993 - 2025 Borek Patzak
14 *
15 *
16 *
17 * Czech Technical University, Faculty of Civil Engineering,
18 * Department of Structural Mechanics, 166 29 Prague, Czech Republic
19 *
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License as published by the Free Software Foundation; either
23 * version 2.1 of the License, or (at your option) any later version.
24 *
25 * This program is distributed in the hope that it will be useful,
26 * but WITHOUT ANY WARRANTY; without even the implied warranty of
27 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 * Lesser General Public License for more details.
29 *
30 * You should have received a copy of the GNU Lesser General Public
31 * License along with this library; if not, write to the Free Software
32 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33 */
34
35#ifndef kelvinchsol_h
36#define kelvinchsol_h
37
38#include "rheoChM.h"
39
40namespace oofem {
46{
47public:
49
50 void printOutputAt(FILE *file, TimeStep *tStep) const override;
51
52 void initTempStatus() override;
53 void updateYourself(TimeStep *tStep) override;
54
55 void saveContext(DataStream &stream, ContextMode mode) override;
56 void restoreContext(DataStream &stream, ContextMode mode) override;
57
58 // definition
59 const char *giveClassName() const override { return "KelvinChainSolidMaterialStatus"; }
60};
61
62
68{
69public:
71
72 void giveRealStressVector(FloatArray &answer, GaussPoint *gp, const FloatArray &reducedStrain, TimeStep *tStep) const override;
73 void computeHiddenVars(GaussPoint *gp, TimeStep *tStep) const;
74
75 // identification and auxiliary functions
76 const char *giveClassName() const override { return "KelvinChainSolidMaterial"; }
77 void initializeFrom(InputRecord &ir) override;
78
80 GaussPoint *gp,
81 TimeStep *tStep,
82 ValueModeType mode) const override
83 { answer.clear(); }
84
85 void giveEigenStrainVector(FloatArray &answer, GaussPoint *gp, TimeStep *tStep, ValueModeType mode) const override;
86
87 std::unique_ptr<MaterialStatus> CreateStatus(GaussPoint *gp) const override;
88
90 double computeCreepFunction(double ofAge, double tPrime, GaussPoint *gp, TimeStep *tStep) const override;
91
92protected:
93 bool hasIncrementalShrinkageFormulation() const override { return false; }
94
95 double giveEModulus(GaussPoint *gp, TimeStep *tStep) const override;
96
98 virtual double computeSolidifiedVolume(GaussPoint *gp, TimeStep *tStep) const = 0;
99
101 virtual double computeBetaMu(GaussPoint *gp, TimeStep *tStep, int Mu) const;
102 virtual double computeLambdaMu(GaussPoint *gp, TimeStep *tStep, int Mu) const;
103};
104} // end namespace oofem
105#endif // kelvinchsol_h
void restoreContext(DataStream &stream, ContextMode mode) override
void printOutputAt(FILE *file, TimeStep *tStep) const override
Print receiver's output to given stream.
const char * giveClassName() const override
void saveContext(DataStream &stream, ContextMode mode) override
KelvinChainSolidMaterialStatus(GaussPoint *g, int nunits)
void updateYourself(TimeStep *tStep) override
bool hasIncrementalShrinkageFormulation() const override
virtual double computeLambdaMu(GaussPoint *gp, TimeStep *tStep, int Mu) const
void giveRealStressVector(FloatArray &answer, GaussPoint *gp, const FloatArray &reducedStrain, TimeStep *tStep) const override
void giveEigenStrainVector(FloatArray &answer, GaussPoint *gp, TimeStep *tStep, ValueModeType mode) const override
double computeCreepFunction(double ofAge, double tPrime, GaussPoint *gp, TimeStep *tStep) const override
Evaluation of the creep compliance function - function useless here.
void initializeFrom(InputRecord &ir) override
std::unique_ptr< MaterialStatus > CreateStatus(GaussPoint *gp) const override
void computeHiddenVars(GaussPoint *gp, TimeStep *tStep) const
const char * giveClassName() const override
virtual double computeBetaMu(GaussPoint *gp, TimeStep *tStep, int Mu) const
factors for exponential algorithm
double giveEModulus(GaussPoint *gp, TimeStep *tStep) const override
Evaluation of the incremental modulus.
void giveShrinkageStrainVector(FloatArray &answer, GaussPoint *gp, TimeStep *tStep, ValueModeType mode) const override
KelvinChainSolidMaterial(int n, Domain *d)
virtual double computeSolidifiedVolume(GaussPoint *gp, TimeStep *tStep) const =0
Evaluation of the relative volume of the solidified material.
RheoChainMaterialStatus(GaussPoint *g, int nunits)
Definition rheoChM.C:674
RheoChainMaterial(int n, Domain *d)
Definition rheoChM.C:48
long ContextMode
Definition contextmode.h:43

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011