|
NeoN
A framework for CFD software
|
#include <faceNormalGradient.hpp>
Public Member Functions | |
| FaceNormalGradientFactory (const Executor &exec, const UnstructuredMesh &mesh) | |
| virtual | ~FaceNormalGradientFactory () |
| virtual void | faceNormalGrad (const VolumeField< ValueType > &volVector, SurfaceField< ValueType > &surfaceVector) const =0 |
Computes the face-normal gradient of volVector into surfaceVector. | |
| virtual const SurfaceField< scalar > & | deltaCoeffs () const =0 |
| virtual bool | hasImplicitCorrection () const |
| virtual void | implicitCorrection (const VolumeField< ValueType > &, SurfaceField< ValueType > &corrField) const |
| virtual std::unique_ptr< FaceNormalGradientFactory< ValueType > > | clone () const =0 |
Static Public Member Functions | |
| static std::unique_ptr< FaceNormalGradientFactory > | create (const Executor &exec, const UnstructuredMesh &uMesh, const Input &inputs) |
| static std::string | name () |
Protected Attributes | |
| const Executor | exec_ |
| const UnstructuredMesh & | mesh_ |
Definition at line 24 of file faceNormalGradient.hpp.
|
inline |
Definition at line 47 of file faceNormalGradient.hpp.
|
inlinevirtual |
Definition at line 50 of file faceNormalGradient.hpp.
|
pure virtual |
|
inlinestatic |
Definition at line 33 of file faceNormalGradient.hpp.
|
pure virtual |
|
pure virtual |
Computes the face-normal gradient of volVector into surfaceVector.
Processor-boundary contract: processor faces are treated like internal faces (the standard coupled-patch treatment), i.e. the gradient couples the owner cell with the true neighbour cell on the far side of the rank boundary. Schemes that apply a non-orthogonal correction (corrected, limitedCorrected) apply it on processor faces as well. Scalar and Vec3 fields receive identical treatment.
|
inlinevirtual |
Definition at line 69 of file faceNormalGradient.hpp.
|
inlinevirtual |
Definition at line 76 of file faceNormalGradient.hpp.
|
inlinestatic |
Definition at line 45 of file faceNormalGradient.hpp.
|
protected |
Definition at line 86 of file faceNormalGradient.hpp.
|
protected |
Definition at line 87 of file faceNormalGradient.hpp.