Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can't understand the meaning of physical parameter
b
.Especially if we look at the source code then we can see that
b = 1f0 ./ rho
in case whenminimum(rho)/maximum(rho) > 0.1
.In my case
minimum(rho) = 1.0f6 (g/m^3)
andmaximum(rho) = 2.5134072f6 (g/m^3)
.As
1.0f6 / 2.5134072f6 > 0.1
thusrho
becomesb
.In the comment to the commit I can see that this is done for Julia 1.8 and I'm using Julia 1.6.5
Beta Was this translation helpful? Give feedback.
All reactions