Loading...
Searching...
No Matches
AdvectionSolver2.hpp
Go to the documentation of this file.
Abstract based class for 2-D grid-based advection solver.
Definition AdvectionSolver2.hpp:29
AdvectionSolver2(const AdvectionSolver2 &)=default
Default copy constructor.
AdvectionSolver2(AdvectionSolver2 &&) noexcept=default
Default move constructor.
virtual void Advect(const ScalarGrid2 &input, const VectorField2 &flow, double dt, ScalarGrid2 *output, const ScalarField2 &boundarySDF=ConstantScalarField2(std::numeric_limits< double >::max()))=0
Solves advection equation for given scalar grid.
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< AdvectionSolver2 > AdvectionSolver2Ptr
Shared pointer type for the 2-D advection solver.
Definition AdvectionSolver2.hpp:125
1.9.8