From d05a1dbbdf1148e677ec704329aafb482a90986c Mon Sep 17 00:00:00 2001 From: James E McClure Date: Mon, 17 Dec 2018 19:57:33 -0500 Subject: [PATCH] estimate growth better --- models/ColorModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ColorModel.cpp b/models/ColorModel.cpp index 8ee3c376..e5afa160 100644 --- a/models/ColorModel.cpp +++ b/models/ColorModel.cpp @@ -561,7 +561,7 @@ void ScaLBL_ColorModel::Run(){ analysis.run( timestep, *Averages, Phi, Pressure, Velocity, fq, Den ); // 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 == 0 && USE_MORPH){ analysis.finish(); if ( morph_timesteps > morph_interval ){