Skip to content
Snippets Groups Projects
Commit 08056737 authored by Vaggelis Papoutsis's avatar Vaggelis Papoutsis Committed by Andrew Heather
Browse files

ENH: exposed wallFunctionCoefficients in nutWallFunction

parent c6eab6ae
Branches
Tags
1 merge request!518ENH: adjoint code review
......@@ -179,6 +179,12 @@ public:
// yPlus is the first-cell-centre height from boundary in wall units
virtual tmp<scalarField> yPlus() const = 0;
//- Return wallFunctionCoefficients
inline const wallFunctionCoefficients& wallCoeffs() const noexcept
{
return wallCoeffs_;
}
// Evaluation
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment