Hi,
Is the nDMaterial ("FluidSolidPorousMaterial") not available for openseespy.
Because i tried using it and it shows the following warning:
"WARNING material type FluidSolidPorousMaterial is unknown"
I tried using same material in Opensees.exe and it works fine.
Please provide me any advice.
Thank You!
Warning material type FluidSolidPorousMaterial is unknown
Moderators: silvia, selimgunay, Moderators
Re: Warning material type FluidSolidPorousMaterial is unknown
Looks like it's entered as "FluidSolidPorous". Is the command different from Tcl?
Code: Select all
MaterialsMap.insert(std::make_pair("FluidSolidPorous", &OPS_FluidSolidPorousMaterial));
Re: Warning material type FluidSolidPorousMaterial is unknown
Opensees Command:
Openseespy Command:
I think there is a typo error in the openseespy documentation. On the documentation it says to use 'FluidSolidPorousMaterial' but i tried using 'FluidSolidPorous' and it works fine.
Thank You for help.
Code: Select all
nDMaterial FluidSolidPorous 1 2 3 2.2e6
Code: Select all
op.nDMaterial('FluidSolidPorousMaterial', 1, 2, 3, 2.2E+06,101)
Thank You for help.
Re: Warning material type FluidSolidPorousMaterial is unknown
Thanks! I will update the documentation.