|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
Sink adapter: forwards each face from the FvFaceEmit traversal as (j, factor·coef) to the real CSR sink — turns the plain geometric coeff into the regular-fluid momentum coupling −μ·invV·(a·c). More...
#include <momentum_assembly.hpp>
Public Member Functions | |
| void | operator() (Index j, double c) const |
Public Attributes | |
| Sink * | sink |
| double | factor |
Sink adapter: forwards each face from the FvFaceEmit traversal as (j, factor·coef) to the real CSR sink — turns the plain geometric coeff into the regular-fluid momentum coupling −μ·invV·(a·c).
Definition at line 44 of file momentum_assembly.hpp.
|
inline |
Definition at line 47 of file momentum_assembly.hpp.
References peclet::core::amr::MomScaleSink< Sink >::factor.
| Sink* peclet::core::amr::MomScaleSink< Sink >::sink |
Definition at line 45 of file momentum_assembly.hpp.
| double peclet::core::amr::MomScaleSink< Sink >::factor |
Definition at line 46 of file momentum_assembly.hpp.
Referenced by peclet::core::amr::MomScaleSink< Sink >::operator()().