Reply To: Mass flux calculation
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › 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.
