Hi all,
Is "nDMaterial Template3Dep" is there in OpenSees2.3.1 or it has been removed?
I tried this material to model concrete using the some example file by B. Jeremic. But it's showing following ERROR:
### ERROR ####
nDMaterial Template3Dep Invalid material tag -DP..
Warning: Could not create nDMaterial: Template3Dep expected integer but got -YP.
### The code is ####
wipe
model BasicBuilder -ndm 3 -ndf 3
# Yield surface
set DPys "-DP"
# Potential surface
set DPps "-DP 0.1"
# Scalar evolution law: linear hardening coef=1.0
set ES1 "-Leq 1.10"
# Initial stress
set stressp "0.1 0 0 0 0.1 0 0 0 0.1"
# EPState
#------------E--------Eo--------v----rho-----------------alpha----k
set EPS " 30000.0 30000.0 0.18 2.4 -NOD 0 -Nos 2 0.315 0.0 -stressp $stressp"
set matTag 1;
# Create nDMaterial using Template Elastic-Plastic Model
nDMaterial Template3Dep $matTag -YS $DPys -PS $DPps -EPS $EPS -ELS1 $ES1
#### END #####
nDMaterial Template3Dep in OpenSees2.3.1
Moderators: silvia, selimgunay, Moderators
-
- Posts: 73
- Joined: Fri Jun 17, 2011 7:05 am
- Location: IIT Bombay
-
- Posts: 35
- Joined: Thu Apr 12, 2012 10:09 am
- Location: National Technical University of Athens
Re: nDMaterial Template3Dep in OpenSees2.3.1
No there isn`t...
Try earlier version !
Try earlier version !
-
- Posts: 73
- Joined: Fri Jun 17, 2011 7:05 am
- Location: IIT Bombay
Re: nDMaterial Template3Dep in OpenSees2.3.1
ok..i ll try...