Error with uniaxialMaterial Hysteretic in v2.5.6
Moderators: silvia, selimgunay, Moderators
Error with uniaxialMaterial Hysteretic in v2.5.6
Hi,
I think there is bug with the latest version of OpenSees (2.5.6). The Hysteretic Material Model does not seem to be working.
Try this:
uniaxialMaterial Hysteretic 310001 41.800000 0.001441 52.250000 0.014414 57.475000 0.028828 -41.800000 -0.001441 -57.475000 -0.014414 -62.700000 -0.028828 1.000000 1.000000 0.000000 0.000000
Error Message:
Want: uniaxialMaterial Hysteretic tag? mom1p? rot1p? mom2p? rot2p? <mom3p? rot3p?>mom1n? rot1n? mom2n? rot2n? <mom3n? rot3n?> pinchX? pinchY? damfc1? damfc2? <beta?>
Thanks,
I think there is bug with the latest version of OpenSees (2.5.6). The Hysteretic Material Model does not seem to be working.
Try this:
uniaxialMaterial Hysteretic 310001 41.800000 0.001441 52.250000 0.014414 57.475000 0.028828 -41.800000 -0.001441 -57.475000 -0.014414 -62.700000 -0.028828 1.000000 1.000000 0.000000 0.000000
Error Message:
Want: uniaxialMaterial Hysteretic tag? mom1p? rot1p? mom2p? rot2p? <mom3p? rot3p?>mom1n? rot1n? mom2n? rot2n? <mom3n? rot3n?> pinchX? pinchY? damfc1? damfc2? <beta?>
Thanks,
Re: Error with uniaxialMaterial Hysteretic in v2.5.6
i have updated the .exe to 2.4.6 revision 6058 .. download again and should work.
Re: Error with uniaxialMaterial Hysteretic in v2.5.6
Hi Frank,
I'm getting this error now.
WARNING: CTestEnergyIncr::setEquiSolnAlgo - no SOE
Is this related to the recent update or something on my end?
I was not getting this with previous builds.
Thanks,
Nasser
I'm getting this error now.
WARNING: CTestEnergyIncr::setEquiSolnAlgo - no SOE
Is this related to the recent update or something on my end?
I was not getting this with previous builds.
Thanks,
Nasser
Re: Error with uniaxialMaterial Hysteretic in v2.5.6
This warning occurs with a transient analysis only. Here are my analysis commands:
constraints Transformation
numberer RCM
system Mumps
test NormUnbalance 0.001000 1000
algorithm KrylovNewton
integrator Newmark 0.500000 0.250000
analysis Transient
constraints Transformation
numberer RCM
system Mumps
test NormUnbalance 0.001000 1000
algorithm KrylovNewton
integrator Newmark 0.500000 0.250000
analysis Transient
Re: Error with uniaxialMaterial Hysteretic in v2.5.6
is this SP or MP you are running? is there a static analysis or a wipeAnalysis before this
Re: Error with uniaxialMaterial Hysteretic in v2.5.6
SP, there is a static analysis which runs fine before I run the transient analysis. The warning comes during the transient analysis.
Re: Error with uniaxialMaterial Hysteretic in v2.5.6
It looks like something wrong..
Re: Error with uniaxialMaterial Hysteretic in v2.5.6
it should be o.k. as the SOE is just getting added after the algorithm .. i have modofied the code to remove the warning message .. in future if you see a message the test method is actually being invoked, and if no SOE is present the error message will have meaning.