Formatting
This commit is contained in:
parent
d7fc43b110
commit
0be8b0160f
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ MODULE moduleRefParam
|
||||||
sigmaVrel_ref = L_ref**2 * v_ref
|
sigmaVrel_ref = L_ref**2 * v_ref
|
||||||
|
|
||||||
else
|
else
|
||||||
sigmaVrel_ref = pi*(r_ref+r_ref)**2*v_ref !reference cross section times velocity
|
! Use the reference radius
|
||||||
|
sigmaVrel_ref = pi*(r_ref+r_ref)**2*v_ref
|
||||||
|
|
||||||
end if
|
end if
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue