Warning material type FluidSolidPorousMaterial is unknown

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
harsh
Posts: 6
Joined: Tue Feb 02, 2021 3:39 am

Warning material type FluidSolidPorousMaterial is unknown

Post by harsh » Tue Feb 02, 2021 3:44 am

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!

mhscott
Posts: 868
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Warning material type FluidSolidPorousMaterial is unknown

Post by mhscott » Tue Feb 02, 2021 8:32 am

Looks like it's entered as "FluidSolidPorous". Is the command different from Tcl?

Code: Select all

MaterialsMap.insert(std::make_pair("FluidSolidPorous", &OPS_FluidSolidPorousMaterial));

harsh
Posts: 6
Joined: Tue Feb 02, 2021 3:39 am

Re: Warning material type FluidSolidPorousMaterial is unknown

Post by harsh » Tue Feb 02, 2021 10:04 am

Opensees Command:

Code: Select all

nDMaterial FluidSolidPorous 1 2 3 2.2e6
Openseespy Command:

Code: Select all

op.nDMaterial('FluidSolidPorousMaterial', 1, 2, 3, 2.2E+06,101)  
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.

mhscott
Posts: 868
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Warning material type FluidSolidPorousMaterial is unknown

Post by mhscott » Tue Feb 02, 2021 12:52 pm

Thanks! I will update the documentation.

Post Reply