You should be able to define your elastic modulus values as a tabular
function of a field variable (set the number of field variables to "1"
when defining an elastic material in the "Edit Material" dialog box).
In this case, the field variable value will correspond to your
Y-coordinate. Unfortunately, ABAQUS/CAE doesn't currently support the
definition of predefined field variables (even though it has tools to
define discrete and analytical fields which can be used in interaction
and load definitions). So, you'll need to edit the input file to add a
*INITIAL CONDITIONS,TYPE=FIELD,VARIABLE=1 section and/or a
*FIELD,VARIABLE=1 section to actually define the field variable values.
Alternatively, you can use the UFIELD subroutine (this might actually
be easier, since the coordinates of the nodes are passed into the
subroutine, and all you'll have to do is set FIELD(NSECPT,1) = COORDS(2)).
Regards,
Dave
-------------------------
Dave Lindeman
Lead Research Specialist
3M Company
3M Center 235-3F-08
St. Paul, MN 55144
651-733-6383
S.M.Ali Tasaloti wrote:
>
>
> Hello to all,
> Maybe my question is easy but I didn't find any answer for it. I want
> for example to change the young modulus of material linearly over
> y-coordinate of the 2D model. My specific question is about clay
> plasticity which I want to change the intercept over y-coordinate.
> How can I do so?
>
> Your help is kindly appreciatd.
>
> tnx
>
> S.M.Ali Tasalloti
>
>