febiosoftware / FEBio

FEBio Suite Solver
https://febio.org/
MIT License
184 stars 68 forks source link

type=”math” attribute to the parameter’s definition #15

Closed ashkanalmasi closed 3 years ago

ashkanalmasi commented 3 years ago

Hello,

The type=”math” attribute works for E but it makes an error for phi0 (in biphasic). I am wondering to know what's the reason for that since they are both model parameter.

Please see the attached zip file.

Case_A.feb which is type=”math” for E. It works properly. Case_B.feb which is type=”math” for phi0. I had an error.

tag "phi0" (line 35) : invalid attribute "type"

Thanks!

files.zip

SteveMaas1978 commented 3 years ago

Since there are many materials in FEBio we have not updated all the parameters to make use of the new math and map options. However, the biphasic phi0 parameter was updated recently, so this should work now.