estimate growth better
This commit is contained in:
parent
74dd046f55
commit
101ecc75f3
@ -562,6 +562,7 @@ void ScaLBL_ColorModel::Run(){
|
|||||||
|
|
||||||
// allow initial ramp-up to get closer to steady state
|
// allow initial ramp-up to get closer to steady state
|
||||||
if (timestep > ramp_timesteps && timestep%analysis_interval == analysis_interval-20 && USE_MORPH){
|
if (timestep > ramp_timesteps && timestep%analysis_interval == analysis_interval-20 && USE_MORPH){
|
||||||
|
analysis.finalize();
|
||||||
if ( morph_timesteps > morph_interval ){
|
if ( morph_timesteps > morph_interval ){
|
||||||
|
|
||||||
double volB = Averages->Volume_w();
|
double volB = Averages->Volume_w();
|
||||||
|
Loading…
Reference in New Issue
Block a user