estimate growth better

This commit is contained in:
James E McClure 2018-12-17 19:31:35 -05:00
parent 74dd046f55
commit 101ecc75f3

View File

@ -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();