Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log problem when using preInlet #114

Open
ErenC1 opened this issue Nov 25, 2023 · 0 comments
Open

Log problem when using preInlet #114

ErenC1 opened this issue Nov 25, 2023 · 0 comments

Comments

@ErenC1
Copy link

ErenC1 commented Nov 25, 2023

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:

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant