Adding gradient compute, minor patch bond history

This commit is contained in:
jtclemm
2023-02-19 20:41:33 -07:00
parent 348296e638
commit 6cbade576c
4 changed files with 522 additions and 2 deletions

View File

@ -114,6 +114,7 @@ void FixRHEO::post_constructor()
compute_grad = dynamic_cast<ComputeRHEOGrad *>(modify->add_compute(fmt::format("rheo_grad all rheo/grad {} velocity rho viscosity temprature", cut)));
else
compute_grad = dynamic_cast<ComputeRHEOGrad *>(modify->add_compute(fmt::format("rheo_grad all rheo/grad {} velocity rho viscosity", cut)));
compute_grad->fix_rheo = this;
compute_interface = dynamic_cast<ComputeRHEOInterface *>(modify->add_compute(fmt::format("rheo_interface all rheo/interface {}", cut)));