Skip to content

Add advection and SUPG advection forms

This basically adds the following forms,

Advection form (with both constant and variable c_p),

\int_{\Omega} c_p (\bar{u} \cdot \nabla T_h) d\Omega

SUPG Advection form,

\int_{\Omega} c_p (\bar{u} \cdot \nabla T_h) (\delta u \cdot \nabla s_h) d\Omega

Merge request reports