hello,
when i use the bond_spl material, this warning appears.
i use the kN-m-sec unit and i use the formula in mm unit.
i wonder whether OS use the default unit "in",and how could i deal with this warning.
For the Strain-Penetration Model: input values in ksi and in
Moderators: silvia, selimgunay, Moderators
Re: For the Strain-Penetration Model: input values in ksi an
i do not see any error message you mention .. that formula is obviously set up for imperial so using metric units in calculation is incorrect .. if the material was unitless and that Sy arg was just a strain you could have computed it in imperial and then switched the result to metric .. looking at the code i see they check the different values against what would be expected for imperial units, so there is possibly imperial units built into the code.
you could look at the code and try and determine if this is the case .. if it is you could simply copy the code, create a new material and do the conversions to metric .. if not you could remove those imperial tests.
you could look at the code and try and determine if this is the case .. if it is you could simply copy the code, create a new material and do the conversions to metric .. if not you could remove those imperial tests.
Re: For the Strain-Penetration Model: input values in ksi an
Thank you Pro.fmk,
I will try your suggestions and adjust my script.
Thank you!
I will try your suggestions and adjust my script.
Thank you!