Merge branch 'morphLBM' of github.com:JamesEMcClure/LBPM-WIA into morphLBM

This commit is contained in:
James E McClure
2018-12-17 19:32:25 -05:00

View File

@@ -563,7 +563,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
MORPH_ADAPT=true; MORPH_ADAPT=true;
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(); analysis.finish();
if ( morph_timesteps > morph_interval ){ if ( morph_timesteps > morph_interval ){
double volB = Averages->Volume_w(); double volB = Averages->Volume_w();