Loading...
Searching...
No Matches
AdvectionSolver3.hpp
Go to the documentation of this file.
Abstract based class for 3-D grid-based advection solver.
Definition AdvectionSolver3.hpp:29
AdvectionSolver3(const AdvectionSolver3 &)=default
Default copy constructor.
virtual void Advect(const ScalarGrid3 &input, const VectorField3 &flow, double dt, ScalarGrid3 *output, const ScalarField3 &boundarySDF=ConstantScalarField3(std::numeric_limits< double >::max()))=0
Solves advection equation for given scalar grid.
AdvectionSolver3(AdvectionSolver3 &&) noexcept=default
Default move constructor.
Abstract base class for N-D collocated vector grid structure.
Definition CollocatedVectorGrid.hpp:23
N-D face-centered (a.k.a MAC or staggered) grid.
Definition FaceCenteredGrid.hpp:32
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::shared_ptr< AdvectionSolver3 > AdvectionSolver3Ptr
Shared pointer type for the 3-D advection solver.
Definition AdvectionSolver3.hpp:125
1.9.8