Free surface boundary condition as in Koerner et al., 2005. Similar to anti-bounce-back pressure condition.
- Author
- Martin Bauer
-
Matthias Markl matth.nosp@m.ias..nosp@m.markl.nosp@m.@fau.nosp@m..de
-
Christoph Schwarzmeier chris.nosp@m.toph.nosp@m..schw.nosp@m.arzm.nosp@m.eier@.nosp@m.fau..nosp@m.de
|
uint_t | walberla::free_surface::getIndexOfMaximum (const std::vector< bool > &isInterfaceOrLiquid, const std::vector< bool > &isPdfAvailable, const std::vector< real_t > &n_dot_ci) |
|
uint_t | walberla::free_surface::getIndexOfMinimum (const std::vector< bool > &isInterfaceOrLiquid, const std::vector< bool > &isPdfAvailable, const std::vector< real_t > &n_dot_ci) |
|
template<typename LatticeModel_T , typename ConstPdfIt_T > |
real_t | walberla::free_surface::reconstructPressureAntiBounceBack (const stencil::Iterator< typename LatticeModel_T::Stencil > &dir, const ConstPdfIt_T &pdfFieldIt, const Vector3< real_t > &u, real_t rhoGas, real_t dir_independent) |
|
template<typename LatticeModel_T , typename FlagField_T , typename ConstPdfIt_T , typename ConstFlagIt_T , typename ConstVectorIt_T , typename OutputArray_T > |
void | walberla::free_surface::reconstructInterfaceCellLegacy (const FlagField_T *flagField, const ConstPdfIt_T &pdfFieldIt, const ConstFlagIt_T &flagFieldIt, const ConstVectorIt_T &normalFieldIt, const FlagInfo< FlagField_T > &flagInfo, const real_t rhoGas, OutputArray_T &f, const PdfReconstructionModel &pdfReconstructionModel) |
|