OOFEM 3.0
Loading...
Searching...
No Matches
pointload.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 pointload_h
36#define pointload_h
37
38#include "bodyload.h"
39
41
42#define _IFT_PointLoad_Name "pointload"
43#define _IFT_PointLoad_ndofs "ndofs"
44#define _IFT_PointLoad_coords "coords"
45#define _IFT_PointLoad_loadtype "loadtype"
46#define _IFT_PointLoad_cstype "cstype"
48
49namespace oofem {
50class TimeStep;
51
64{
65protected:
72
73public:
80
81 void computeValueAt(FloatArray &answer, TimeStep *tStep, const FloatArray &coords, ValueModeType mode) override;
85 const FloatArray & giveCoordinates() const { return coords; }
86
88 //FormulationType giveFormulationType () override { return FT_Entity; }
89
90 void initializeFrom(InputRecord &ir) override;
91 void giveInputRecord(DynamicInputRecord &input) override;
92
93 bcType giveType() const override { return lType; }
94 bcGeomType giveBCGeoType() const override { return PointLoadBGT; }
95 const char *giveClassName() const override { return "PointLoad"; }
96 const char *giveInputRecordName() const override { return _IFT_PointLoad_Name; }
97};
98} // end namespace oofem
99#endif // pointload_h
BodyLoad(int i, Domain *d)
Definition bodyload.h:57
CoordSystType
Definition load.h:70
@ CST_Global
Load is specified in global c.s.
Definition load.h:71
const char * giveInputRecordName() const override
Definition pointload.h:96
CoordSystType coordSystemType
Load coordinate system.
Definition pointload.h:69
PointLoad(int n, Domain *d)
Definition pointload.h:79
const FloatArray & giveCoordinates() const
Definition pointload.h:85
bcType lType
Load type (its physical meaning).
Definition pointload.h:67
const char * giveClassName() const override
Definition pointload.h:95
FloatArray coords
Additional properties (coordinates, point of application).
Definition pointload.h:71
CoordSystType giveCoordSystMode() override
Definition pointload.h:87
bcType giveType() const override
Definition pointload.h:93
bcGeomType giveBCGeoType() const override
Definition pointload.h:94
bcGeomType
Type representing the geometric character of loading.
Definition bcgeomtype.h:40
@ PointLoadBGT
Concentrated point load (placed anywhere).
Definition bcgeomtype.h:46
bcType
Type representing the type of bc.
Definition bctype.h:40
#define OOFEM_EXPORT
Definition oofemcfg.h:7
#define _IFT_PointLoad_Name
Definition pointload.h:42

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