FLIPSolver3.h
Go to the documentation of this file.
double GetPICBlendingFactor() const
Returns the PIC blending factor.
std::shared_ptr< FLIPSolver3 > FLIPSolver3Ptr
Shared pointer type for the FLIPSolver3.
Definition: FLIPSolver3.h:77
Front-end to create FLIPSolver3 objects step by step.
Definition: FLIPSolver3.h:82
Base class for grid-based fluid solver builder.
Definition: GridFluidSolver3.h:303
void SetPICBlendingFactor(double factor)
Sets the PIC blending factor.
Definition: pybind11Utils.h:24
void TransferFromParticlesToGrids() override
Transfers velocity field from particles to grids.
void TransferFromGridsToParticles() override
Transfers velocity field from grids to particles.
3-D Fluid-Implicit Particle (FLIP) implementation.
Definition: FLIPSolver3.h:27
FLIPSolver3Ptr MakeShared() const
Builds shared pointer of FLIPSolver3 instance.