Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA
This commit is contained in:
commit
2ff903f4d5
@ -723,7 +723,7 @@ double ScaLBL_ColorModel::Run(int returntime){
|
|||||||
analysis.basic(timestep, current_db, *Averages, Phi, Pressure, Velocity, fq, Den ); // allow initial ramp-up to get closer to steady state
|
analysis.basic(timestep, current_db, *Averages, Phi, Pressure, Velocity, fq, Den ); // allow initial ramp-up to get closer to steady state
|
||||||
|
|
||||||
CURRENT_TIMESTEP += 2;
|
CURRENT_TIMESTEP += 2;
|
||||||
if (CURRENT_TIMESTEP > MIN_STEADY_TIMESTEPS && BC == 0){
|
if (CURRENT_TIMESTEP > MIN_STEADY_TIMESTEPS && BoundaryCondition == 0){
|
||||||
analysis.finish();
|
analysis.finish();
|
||||||
|
|
||||||
double volB = Averages->gwb.V;
|
double volB = Averages->gwb.V;
|
||||||
|
Loading…
Reference in New Issue
Block a user