core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::amr::MomScaleSink< Sink > Struct Template Reference

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

Sinksink
 
double factor
 

Detailed Description

template<class Sink>
struct peclet::core::amr::MomScaleSink< Sink >

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.

Member Function Documentation

◆ operator()()

template<class Sink >
void peclet::core::amr::MomScaleSink< Sink >::operator() ( Index  j,
double  c 
) const
inline

Member Data Documentation

◆ sink

Definition at line 45 of file momentum_assembly.hpp.

◆ factor


The documentation for this struct was generated from the following file: