Adds necessary correction to cylindrical geometry. More...
#include <cylindrical_complementary.hpp>
Public Member Functions | |
CylindricalComplementary (const Axis &axis) | |
Class constructor. More... | |
vector< Extensive > | operator() (const Tessellation &tess, const PhysicalGeometry &pg_, const CacheData &cd, const vector< ComputationalCell > &cells, const vector< Extensive > &fluxes, const vector< Vector2D > &point_velocities, const double t, TracerStickerNames const &tracerstickernames) const |
Calcualtes the change in conserved variables done on a cell from a source term. More... | |
Adds necessary correction to cylindrical geometry.
Definition at line 9 of file cylindrical_complementary.hpp.
|
explicit |
Class constructor.
axis | Rotation axis |
Definition at line 32 of file cylindrical_complementary.cpp.
|
virtual |
Calcualtes the change in conserved variables done on a cell from a source term.
tess | The tessellation |
pg | Physical geometry |
cd | Cache data |
cells | The hydrodynmic variables of the cell |
fluxes | Fluxes |
point_velocities | Velocities of the mesh generating points |
t | Time |
tracerstickernames | The names of the tracers and stickers |
Implements SourceTerm.
Definition at line 36 of file cylindrical_complementary.cpp.