Added second order moment getter
Compare changes
@@ -84,13 +84,15 @@ class AbstractConservedQuantityComputation(abc.ABC):
@@ -166,7 +168,8 @@ class DensityVelocityComputation(AbstractConservedQuantityComputation):
@@ -209,6 +212,7 @@ class DensityVelocityComputation(AbstractConservedQuantityComputation):
@@ -222,6 +226,10 @@ class DensityVelocityComputation(AbstractConservedQuantityComputation):
@@ -233,8 +241,8 @@ class DensityVelocityComputation(AbstractConservedQuantityComputation):
@@ -244,12 +252,14 @@ def get_equations_for_zeroth_and_first_order_moment(stencil, symbolic_pdfs,
@@ -267,6 +277,12 @@ def get_equations_for_zeroth_and_first_order_moment(stencil, symbolic_pdfs,
@@ -284,6 +300,8 @@ def get_equations_for_zeroth_and_first_order_moment(stencil, symbolic_pdfs,