Users:General FEM Analysis/Materials Reference/MatElastoplasticIsotropic

From Carat++ Public Wiki
< Users:General FEM Analysis | Materials Reference(Difference between revisions)
Jump to: navigation, search
(Created page with " == MatElastoplasticIsotropic == !=================================================================== EL-MAT 1 : ELASTOPLASTIC_ISOTROPIC EMOD=70.0 ALPHAT=0.0 DENS=1.0 NUE=0....")
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
== Input Parameters ==
  
== MatElastoplasticIsotropic ==
+
=== Parameter Description ===
  
!===================================================================
+
{| border="1" cellpadding="3" cellspacing="0"
 +
|colspan="3" style="background:#efefef;"| Compulsory Parameters
 +
|-
 +
!Parameter
 +
!Values, Default(*)
 +
!Description
 +
|-
 +
!MATERIAL
 +
|EL-MAT ''int''
 +
|Definition of material number.
 +
|-
 +
!EMOD
 +
|''reals''
 +
|Definition of Young's modulus.
 +
|-
 +
!ALPHA_T
 +
|''reals''
 +
|Definition of thermal expansion coefficient.
 +
|-
 +
!DENS
 +
|''reals''
 +
|Definition of density.
 +
|-
 +
!NUE
 +
|''reals''
 +
|Definition of Poisson's ratio.
 +
|-
 +
!YIELD_CRITERIA
 +
|VON_MISES
 +
|Definition of yield criteria.
 +
|-
 +
!YIELD_STRESS
 +
|''reals''
 +
|Definition of yield stress (von Mises).
 +
|-
 +
!KMOD
 +
|''reals''
 +
|
 +
|}
 +
 
 +
=== Example of a Complete Input Block ===
 +
<pre>
 
EL-MAT 1 : ELASTOPLASTIC_ISOTROPIC   
 
EL-MAT 1 : ELASTOPLASTIC_ISOTROPIC   
 
EMOD=70.0 ALPHAT=0.0  DENS=1.0  NUE=0.2
 
EMOD=70.0 ALPHAT=0.0  DENS=1.0  NUE=0.2
 
YIELD_CRITERIA=VON_MISES
 
YIELD_CRITERIA=VON_MISES
YIELD_STRESS=0.243 KMOD=0.2  
+
YIELD_STRESS=0.243 KMOD=0.2
!===================================================================
+
</pre>

Latest revision as of 14:50, 5 December 2016

Input Parameters

Parameter Description

Compulsory Parameters
Parameter Values, Default(*) Description
MATERIAL EL-MAT int Definition of material number.
EMOD reals Definition of Young's modulus.
ALPHA_T reals Definition of thermal expansion coefficient.
DENS reals Definition of density.
NUE reals Definition of Poisson's ratio.
YIELD_CRITERIA VON_MISES Definition of yield criteria.
YIELD_STRESS reals Definition of yield stress (von Mises).
KMOD reals

Example of a Complete Input Block

EL-MAT 1 : ELASTOPLASTIC_ISOTROPIC  
EMOD=70.0 ALPHAT=0.0  DENS=1.0  NUE=0.2
YIELD_CRITERIA=VON_MISES
YIELD_STRESS=0.243 KMOD=0.2  




Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Content for Developers