OOFEM 3.0
Loading...
Searching...
No Matches
latticestructuralmaterial.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 latticestructuralmaterial_h
36#define latticestructuralmaterial_h
37
39#include "floatarray.h"
40#include "floatmatrix.h"
41#include "matconst.h"
42#include "matstatus.h"
43#include "valuemodetype.h"
44#include <vector>
45
47
48#define _IFT_LatticeStructuralMaterial_referencetemperature "referencetemperature"
49#define _IFT_LatticeStructuralMaterial_talpha "talpha"
51
52namespace oofem {
53#define STRAIN_STEPS 10.0
54
55class GaussPoint;
57
68{
69protected:
72
73public:
74
81
83 MatResponseMode mode,
84 GaussPoint *gp,
85 TimeStep *tStep) const override;
86
87 virtual bool hasAnalyticalTangentStiffness() const { return true; }
88
89 bool hasMaterialModeCapability(MaterialMode mode) const override;
90 const char *giveClassName() const override { return "LatticeStructuralMaterial"; }
91
92 virtual double giveLatticeStress1d(const double strain, GaussPoint *gp, TimeStep *tStep);
93
95
97
98 virtual FloatMatrixF< 1, 1 >give1dLatticeStiffnessMatrix(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const;
99 virtual FloatMatrixF< 3, 3 >give2dLatticeStiffnessMatrix(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const;
100 virtual FloatMatrixF< 6, 6 >give3dLatticeStiffnessMatrix(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const;
101
102 int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *atTime) override;
103};
104} // end namespace oofem
105#endif // latticestructuralmaterial_h
virtual FloatMatrixF< 6, 6 > give3dLatticeStiffnessMatrix(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const
virtual double giveLatticeStress1d(const double strain, GaussPoint *gp, TimeStep *tStep)
double referenceTemperature
Reference temperature (temperature, when material has been built into structure).
virtual FloatMatrixF< 1, 1 > give1dLatticeStiffnessMatrix(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const
void giveStiffnessMatrix(FloatMatrix &answer, MatResponseMode mode, GaussPoint *gp, TimeStep *tStep) const override
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *atTime) override
const char * giveClassName() const override
bool hasMaterialModeCapability(MaterialMode mode) const override
virtual FloatArrayF< 3 > giveLatticeStress2d(const FloatArrayF< 3 > &strain, GaussPoint *gp, TimeStep *tStep)
virtual FloatMatrixF< 3, 3 > give2dLatticeStiffnessMatrix(MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) const
virtual FloatArrayF< 6 > giveLatticeStress3d(const FloatArrayF< 6 > &strain, GaussPoint *gp, TimeStep *tStep)
StructuralMaterial(int n, Domain *d)

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