OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
nonlinearmassmat.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 - 2013 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 nonlinearheatmat_h
36 #define nonlinearheatmat_h
37 
38 #include "transportmaterial.h"
39 
41 
42 #define _IFT_NonlinearMassTransferMaterial_Name "nonlinmass"
43 #define _IFT_NonlinearMassTransferMaterial_c "c"
44 #define _IFT_NonlinearMassTransferMaterial_alpha "alpha"
45 
46 
47 namespace oofem {
60 {
61 protected:
63  double C;
65  double alpha;
66 
67 public:
68 
71 
72  virtual void giveCharacteristicMatrix(FloatMatrix &answer,
73  MatResponseMode mode,
74  GaussPoint *gp,
75  TimeStep *tStep);
76 
77  virtual double giveCharacteristicValue(MatResponseMode mode,
78  GaussPoint *gp,
79  TimeStep *tStep);
80 
81  virtual void giveFluxVector(FloatArray &answer, GaussPoint *gp, const FloatArray &grad, const FloatArray &field, TimeStep *tStep);
82 
83  virtual int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep);
84 
85  virtual const char *giveInputRecordName() const { return _IFT_NonlinearMassTransferMaterial_Name; }
86  virtual const char *giveClassName() const { return "NonlinearMassTransferMaterial"; }
87 
89 };
90 } // end namespace oofem
91 #endif // nonlinearheatmat_h
virtual int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep)
Returns the integration point corresponding value in Reduced form.
virtual double giveCharacteristicValue(MatResponseMode mode, GaussPoint *gp, TimeStep *tStep)
Computes the characteristic value of receiver in given integration point, respecting its history...
InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Class and object Domain.
Definition: domain.h:115
virtual const char * giveClassName() const
virtual void giveFluxVector(FloatArray &answer, GaussPoint *gp, const FloatArray &grad, const FloatArray &field, TimeStep *tStep)
Returns the flux for the field and its gradient.
double C
Indicates the level of nonlinearity in the model.
MatResponseMode
Describes the character of characteristic material matrix.
NonlinearMassTransferMaterial(int n, Domain *d)
Class for a nonlinear fictitious transport material.
virtual const char * giveInputRecordName() const
Class representing vector of real numbers.
Definition: floatarray.h:82
Implementation of matrix containing floating point numbers.
Definition: floatmatrix.h:94
IRResultType
Type defining the return values of InputRecord reading operations.
Definition: irresulttype.h:47
Class representing the general Input Record.
Definition: inputrecord.h:101
Abstract base class for all constitutive models for transport problems.
#define _IFT_NonlinearMassTransferMaterial_Name
the oofem namespace is to define a context or scope in which all oofem names are defined.
double alpha
Indicates the level of nonlinearity in the model.
Class representing integration point in finite element program.
Definition: gausspoint.h:93
Class representing solution step.
Definition: timestep.h:80
virtual void giveCharacteristicMatrix(FloatMatrix &answer, MatResponseMode mode, GaussPoint *gp, TimeStep *tStep)
Computes characteristic matrix of receiver in given integration point.

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:30 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011