-
Notifications
You must be signed in to change notification settings - Fork 20
Description
When I use preInlet function in a solver, log generated by hemocell is as following. Although when I use a server it doesn't really an issue because it generates its own log file but I'm also using a local computer and when I want to check an early simulations log I'm empty handed...
I see that it defined in here:
Lines 46 to 48 in d916987
| if(std::find(cellfields.desiredFluidOutputVariables.begin(), cellfields.desiredFluidOutputVariables.end(), OUTPUT_FORCE) != cellfields.desiredFluidOutputVariables.end()) { | |
| hlogfile << "(FluidOutput) (OutputForce) The force on the fluid field is reset to zero, If there is a bodyforce, reset it after this output function (FluidField write force, OUTPUT_FORCE)" << endl; | |
| cellfields.spreadParticleForce(); |
But I don't know how to relate it with the config/logfile.cpp...
" (FluidOutput) (OutputForce) The force on the fluid field is reset to zero, If there is a bodyforce, reset it after this output function (FluidField writ$
(FluidOutput) (OutputForce) The force on the fluid field is reset to zero, If there is a bodyforce, reset it after this output function (FluidField writ$
(FluidOutput) (OutputForce) The force on the fluid field is reset to zero, If there is a bodyforce, reset it after this output function (FluidField writ$
(FluidOutput) (OutputForce) The force on the fluid field is reset to zero, If there is a bodyforce, reset it after this output function (FluidField writ$
(FluidOutput) (OutputForce) The force on the fluid field is reset to zero, If there is a bodyforce, reset it after this output function (FluidField writ$
(HemoCell) (Saving Functions) Saving Checkpoint at timestep 100000"