XC Open source finite element analysis program
Main Page
Modules
Namespaces
Classes
Files
File List
xc
src
material
nD
FiniteDeformation
WEnergy
MooneyRivlinSimoWEnergy.h
1
//----------------------------------------------------------------------------
2
// XC program; finite element analysis code
3
// for structural analysis and design.
4
//
5
// Copyright (C) Luis Claudio Pérez Tato
6
//
7
// This program derives from OpenSees <http://opensees.berkeley.edu>
8
// developed by the «Pacific earthquake engineering research center».
9
//
10
// Except for the restrictions that may arise from the copyright
11
// of the original program (see copyright_opensees.txt)
12
// XC is free software: you can redistribute it and/or modify
13
// it under the terms of the GNU General Public License as published by
14
// the Free Software Foundation, either version 3 of the License, or
15
// (at your option) any later version.
16
//
17
// This software is distributed in the hope that it will be useful, but
18
// WITHOUT ANY WARRANTY; without even the implied warranty of
19
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
// GNU General Public License for more details.
21
//
22
//
23
// You should have received a copy of the GNU General Public License
24
// along with this program.
25
// If not, see <http://www.gnu.org/licenses/>.
26
//----------------------------------------------------------------------------
27
//===============================================================================
28
//# COPYRIGHT (C): Woody's license (by BJ):
29
// ``This source code is Copyrighted in
30
// U.S., for an indefinite period, and anybody
31
// caught using it without our permission, will be
32
// mighty good friends of ourn, cause we don't give
33
// a darn. Hack it. Compile it. Debug it. Run it.
34
// Yodel it. Enjoy it. We wrote it, that's all we
35
// wanted to do.''
36
//
37
//# PROJECT: Object Oriented Finite Element Program
38
//# PURPOSE: Finite Deformation Hyper-Elastic classes
39
//# CLASS:
40
//#
41
//# VERSION: 0.6_(1803398874989) (golden section)
42
//# LANGUAGE: C++
43
//# TARGET OS: all...
44
//# DESIGN: Zhao Cheng, Boris Jeremic (jeremic@ucdavis.edu)
45
//# PROGRAMMER(S): Zhao Cheng, Boris Jeremic
46
//#
47
//#
48
//# DATE: 19AUg2003
49
//# UPDATE HISTORY: 28May2004
50
//#
51
//#
52
//===============================================================================
53
54
#ifndef MooneyRivlinSimoWEnergy_H
55
#define MooneyRivlinSimoWEnergy_H
56
57
#include "WEnergy.h"
58
59
60
namespace
XC
{
62
//
64
class
MooneyRivlinSimoWEnergy
:
public
WEnergy
65
{
66
private
:
67
double
c1;
68
double
c2;
69
double
K;
70
public
:
71
MooneyRivlinSimoWEnergy
(
double
,
double
,
double
);
72
MooneyRivlinSimoWEnergy
( );
73
74
WEnergy
*getCopy(
void
)
const
;
75
76
const
double
wE(
const
double
&,
const
Vector
&);
77
const
Vector
disowOdlambda(
const
Vector
&);
78
const
Vector
d2isowOdlambda2(
const
Vector
& );
79
//const tensor d2isowOdlambda1dlambda2(const vector &);
80
const
double
dvolwOdJ(
const
double
&);
81
const
double
d2volwOdJ2(
const
double
&);
82
};
83
}
// end of XC namespace
84
85
#endif
86
XC::Vector
Definition:
Vector.h:82
XC::WEnergy
??
Definition:
WEnergy.h:64
XC::MooneyRivlinSimoWEnergy
??.
Definition:
MooneyRivlinSimoWEnergy.h:64
XC
================================================================================
Definition:
ContinuaReprComponent.h:34
Generated by
1.8.11