added vis capabilities for steady state points

This commit is contained in:
James E McClure
2019-03-22 14:47:35 -04:00
parent 907e0c03cf
commit fd0cce6207
4 changed files with 120 additions and 1 deletions

View File

@@ -582,6 +582,8 @@ void ScaLBL_ColorModel::Run(){
delta_volume_target = (volA + volB)*morph_delta; // set target volume change
Averages->Full();
Averages->Write(timestep);
analysis.WriteVisData( timestep, *Averages, Phi, Pressure, Velocity, fq, Den );
analysis.finish();
if (rank==0){
printf("** WRITE STEADY POINT *** ");