Putting A^0.78 in APDL
Putting A^0.78 in APDL
(OP)
Hello everyone,
I am trying to write some variable = A^0.78 i.e A to the power 0.78. But the script aborts with error msg:
Unknown expression in input line.
Can anyone help me with writing this correctly? I am going through the manual but is not able to locate it yet.
Regards
I am trying to write some variable = A^0.78 i.e A to the power 0.78. But the script aborts with error msg:
Unknown expression in input line.
Can anyone help me with writing this correctly? I am going through the manual but is not able to locate it yet.
Regards





RE: Putting A^0.78 in APDL
variable = exp(0.78*log(A))
So for now The problem is resolve. But if you know of any direct command, I will definitely like to know.
Regards
Harsh
RE: Putting A^0.78 in APDL
Not too complex. :)
RE: Putting A^0.78 in APDL