Reply To: Mass flux calculation
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Mass flux calculation › Reply To: Mass flux calculation
April 25, 2022 at 1:58 pm
#6498
Adrian
Keymaster
Sorry for the late response – our new release took up most of my time in the past weeks.
I rechecked your instantiation of the mass flux functor: Which constructor did you actually want to use? (See Doxygen for reference).
The arguments likely lead to selecting
SuperPlaneIntegralFluxMass2D(FunctorPtr<SuperF2D<T>>&& velocityF,
FunctorPtr<SuperF2D<T>>&& densityF,
SuperGeometry<T,2>& geometry,
T conversationFactorMass,
T conversationFactorTime,
const Vector<T,2>& origin,
const Vector<T,2>& u,
BlockDataReductionMode mode);
which is not we want here.