Reply To: rayleighTaylor3d
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › rayleighTaylor3d › Reply To: rayleighTaylor3d
June 23, 2021 at 2:33 pm
#5739
Adrian
Keymaster
The compiler can not decide which constructor of BlockReduction3D2D
to use.
Making it clear that {0,0,1}
should construct a normal vector [1] will solve this:
BlockReduction3D2D<T> planeReduction( density, Vector<T,3>{0, 0, 1} );