OOFEM 3.0
Loading...
Searching...
No Matches
latticestructuralelement.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 latticestructuralelement_h
36#define latticestructuralelement_h
37
39
40namespace oofem {
54{
55public:
57
58 void printOutputAt(FILE *file, TimeStep *tStep) override;
59
64 virtual double giveArea() { return 0; }
65
70 virtual double giveLength() { return 0; }
71
76 virtual double giveBondLength() { return 0; }
77
82 virtual double giveBondEndLength() { return 0; }
83
88 virtual double giveBondDiameter() { return 0; }
89
94 virtual int giveCrackFlag() { return 0; }
95
100 virtual int giveNumberOfCrossSectionNodes() { return 0; }
101
105 virtual double giveCrackWidth() { return 0; }
106
110 virtual double giveOldCrackWidth() { return 0; }
111
117 virtual double giveDissipation() { return 0; }
118
123 virtual void givePressures(FloatArray &pressures) { return; }
124
129 virtual void givePlasticStrain(FloatArray &plas) { return; }
130
135 virtual void giveOldPlasticStrain(FloatArray &plas) { return; }
136
141 void computeNmatrixAt(const FloatArray &iLocCoord, FloatMatrix &answer) override { return; }
142
143
149 virtual double giveDeltaDissipation() { return 0; }
150
155
156 virtual int giveCouplingFlag() { return 0; }
157
161 virtual void giveCrossSectionCoordinates(FloatArray &coords) {; }
162
167 virtual void giveCouplingNumbers(IntArray &numbers) { }
168
173 virtual double giveNormalStress() { return 0; }
174
179 virtual double giveOldNormalStress() { return 0; }
180
181
185 virtual int hasBeenUpdated() { return 0; }
186
187
191 virtual void giveGpCoordinates(FloatArray &coords) { return; }
192};
193} // end namespace oofem
194#endif
void printOutputAt(FILE *file, TimeStep *tStep) override
virtual void givePressures(FloatArray &pressures)
virtual void giveGpCoordinates(FloatArray &coords)
void computeNmatrixAt(const FloatArray &iLocCoord, FloatMatrix &answer) override
virtual void giveCouplingNumbers(IntArray &numbers)
virtual void giveCrossSectionCoordinates(FloatArray &coords)
virtual void giveOldPlasticStrain(FloatArray &plas)
virtual void givePlasticStrain(FloatArray &plas)
StructuralElement(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