materialtest
This command category can be used to test most material models depend on strain input only without establishing a FE model. Some wrappers and material models that rely on other material models cannot be tested in this way.
Syntax
Remarks
The increment size could be either positive or negative.
The loading direction reverses after given numbers of steps.
The strain-stress history would be saved to
RESULT.txt
. IfHDF5
is used, the result would be additionally saved toRESULT.h5
. Besides, agnuplot
file namedRESULT.plt
will be generated.
Usage
To use the tester, it is necessary to define a material beforehand. Here a Bilinear1D
model is defined with elastic modulus , yield stress and a negative hardening ratio .
The following command loads towards positive strain direction for 300 increments with increment size of then negative direction for another 300 increments and eventually 200 increments towards positive direction. The ending strain would be .
The output is shown as follows.
Last updated