OpenSeesforFire / openseesforfire.github.io

This a repository for OpenSees for fire
http://openseesforfire.github.io/
18 stars 14 forks source link

Problem with J2PlaneStressThermal #25

Open asaaed opened 5 months ago

asaaed commented 5 months ago

Hi,

I have problem with J2PlaneStressThermal material command, source code is differ from the command manual as below. Which one is true, and what is $typeTag as its not defined in manual?

and what are the correct value and definition of $H1 and $H2?

The command is:

nDMaterial J2PlaneStressThermal $matTag $typeTag $E0 $Poisson_ratio $fy $fyu $H1 $H2

But the source code is:

J2PlaneStressThermal::J2PlaneStressThermal(int tag,
    double e,
    double nu,
    double fy_0,
    double fy_infty,
    double d0,
    double H0
)

Which one is correct?

@li-ming-jiang