Function expression that includes an exponent that is not an integer number

Answered

Comments

4 comments

  • Official comment
    Avatar
    Rick Kossik

    You cannot logically take a value that has dimensions (e.g., m or kg) and raise it to a non-integer power.  This would result in dimensions of kg^1.5 which is meaningless.  I'm guessing that this is an empirical expression.  To get around this, you need to do what is called "unit casting".  This is discussed here: https://help.goldsim.com/#!Modules/5/unitcasting.htm.  Cast the value to be dimensionless, carry out the operation of raising it to a power, and then assign whatever units you wish to use.

    Comment actions Permalink
  • Avatar
    María Claudia

    Rick:

    I understood. Thank you.

    0
    Comment actions Permalink
  • Avatar
    María Claudia

    I can't see the post in the link you send me, it says "topic not found".

    Do you have another link?

    0
    Comment actions Permalink
  • Avatar
    Rick Kossik

    https://help.goldsim.com/#!Modules/5/unitcasting.htm

     

     

    0
    Comment actions Permalink

Please sign in to leave a comment.