OOFEM 3.0
Loading...
Searching...
No Matches
structuralmaterialevaluator.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 structuralmaterialevaluator_h
36#define structuralmaterialevaluator_h
37
38#include "engngm.h"
39
40#include <fstream>
41
43
44#define _IFT_StructuralMaterialEvaluator_Name "structuralmaterialevaluator"
45#define _IFT_StructuralMaterialEvaluator_deltat "deltat"
46#define _IFT_StructuralMaterialEvaluator_numberOfTimeSteps "nsteps"
47#define _IFT_StructuralMaterialEvaluator_componentFunctions "componentfunctions"
48#define _IFT_StructuralMaterialEvaluator_stressControl "stresscontrol"
49#define _IFT_StructuralMaterialEvaluator_outputVariables "vars"
50#define _IFT_StructuralMaterialEvaluator_tolerance "tolerance"
51#define _IFT_StructuralMaterialEvaluator_keepTangent "keeptangent"
53
54namespace oofem {
55class GaussPoint;
56
65{
66protected:
67 double deltaT;
69
73
74 std::vector< std :: unique_ptr< GaussPoint > >gps;
75
76 std :: ofstream outfile;
77
78 double tolerance;
79
80public:
83
84 void initializeFrom(InputRecord &ir) override;
85
86 void solveYourself() override;
87
88 int checkConsistency() override;
89 void doStepOutput(TimeStep *tStep) override;
90 TimeStep *giveNextStep() override;
91
92 const char *giveClassName() const override { return "StructuralMaterialEvaluator"; }
94};
95} // end namespace oofem
96
97#endif // structuralmaterialevaluator_h
EngngModel(int i, EngngModel *_master=NULL)
Definition engngm.C:99
EngngModel * master
Master e-model; if defined receiver is in maintained (slave) mode.
Definition engngm.h:274
const char * giveClassName() const override
Returns class name of the receiver.
void doStepOutput(TimeStep *tStep) override
StructuralMaterialEvaluator(int i, EngngModel *master=nullptr)
TimeStep * giveNextStep() override
Returns next time step (next to current step) of receiver.
void initializeFrom(InputRecord &ir) override
IntArray sControl
Time functions controlling each component of the deviatoric part of the stress.
std::vector< std ::unique_ptr< GaussPoint > > gps
#define _IFT_StructuralMaterialEvaluator_Name

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