estimate growth better

This commit is contained in:
James E McClure 2018-12-17 19:32:19 -05:00
parent 101ecc75f3
commit 709013ce4e

View File

@ -562,7 +562,7 @@ void ScaLBL_ColorModel::Run(){
// allow initial ramp-up to get closer to steady state
if (timestep > ramp_timesteps && timestep%analysis_interval == analysis_interval-20 && USE_MORPH){
analysis.finalize();
analysis.finish();
if ( morph_timesteps > morph_interval ){
double volB = Averages->Volume_w();