You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where updateStateTransportVariable takes about 3.8252E-03 seconds/call.
On the other hand, if viscosity_power_law_exponent = 0.5,
the same routine experiences a significant slow down:
This slow-down happens with certain values of viscosity_power_law_exponent, however not clear why:
Slow-down observed: 0.1, 0.3, 0.5, 0.7
No slow-down observed: 0.666, 0.2, 0.4, 0.6, 0.8
This occurs both for release and debug.
The cause is not investigated yet. The time profiles are measured on docker container dreamer2368/magudi_env:v0.0.7.
The text was updated successfully, but these errors were encountered:
computeTransportVariables
insrc/CNSHelperImpl.f90
exhibits a significantly different performance depending on the value ofpowerLawExponent
.This is the time profile of
examples/DeformingWall2D
with the default valueviscosity_power_law_exponent = 0.666
:where
updateStateTransportVariable
takes about3.8252E-03
seconds/call.On the other hand, if
viscosity_power_law_exponent = 0.5
,the same routine experiences a significant slow down:
This slow-down happens with certain values of
viscosity_power_law_exponent
, however not clear why:0.1
,0.3
,0.5
,0.7
0.666
,0.2
,0.4
,0.6
,0.8
This occurs both for
release
anddebug
.The cause is not investigated yet. The time profiles are measured on docker container
dreamer2368/magudi_env:v0.0.7
.The text was updated successfully, but these errors were encountered: