This commit is contained in:
James E McClure 2019-04-24 14:15:32 -04:00
parent a962f755c6
commit 2efa0c8fc3

View File

@ -264,7 +264,7 @@ void ScaLBL_MRTModel::Run(){
printf(" %f\n",absperm);
FILE * log_file = fopen("Permeability.csv","a");
fprintf(log_file,"%i %.8g %.8g %.8g %.8g %.8g %.8g %.8g %.8g %.8g %.8g %.8g %.8g\n",timestep, Fx, Fy, Fz, mu,
Vs,As,Hs,Xs,vax,vay,vaz, absperm);
h*h*h*Vs,h*h*As,h*Hs,Xs,vax,vay,vaz, absperm);
fclose(log_file);
}
}