ToolsProcessingNumericsSchemesDivergenceOptionsMid-point divergence schemeOn this pageMid-point divergence schemeProperties First/second order Unbounded Equivalent to linear for isotropic meshes Face flux computed using ϕf=0.5(ϕc+ϕd)\phi_f = 0.5 \left( \phi_c + \phi_d \right)ϕf=0.5(ϕc+ϕd) Normalised Variable Diagram Usage The scheme is specified using: divSchemes{ default none; div(phi,U) Gauss midPoint;} Further information Source code: midPoint API: Foam::midPoint