Skip to content
Snippets Groups Projects
Commit 0be7323d authored by Ned Coltman's avatar Ned Coltman
Browse files

Merge branch 'cherry-pick-969fbc9a' into 'releases/3.2'

Merge branch 'cleanup/rans-warning' into 'master'

See merge request !2090
parents 485d4720 a210e9ab
No related branches found
No related tags found
2 merge requests!2152WIP add default fluxcache properties,!2090Merge branch 'cleanup/rans-warning' into 'master'
...@@ -199,7 +199,7 @@ public: ...@@ -199,7 +199,7 @@ public:
/*! /*!
* \brief Returns if an element is located in the near-wall region * \brief Returns if an element is located in the near-wall region
*/ */
const bool inNearWallRegion(unsigned int elementIdx) const bool inNearWallRegion(unsigned int elementIdx) const
{ {
unsigned int wallElementIdx = asImp_().wallElementIdx_[elementIdx]; unsigned int wallElementIdx = asImp_().wallElementIdx_[elementIdx];
unsigned int matchingPointIdx = matchingPointIdx_[wallElementIdx]; unsigned int matchingPointIdx = matchingPointIdx_[wallElementIdx];
...@@ -210,7 +210,7 @@ public: ...@@ -210,7 +210,7 @@ public:
/*! /*!
* \brief Returns if an element is the matching point * \brief Returns if an element is the matching point
*/ */
const bool isMatchingPoint(unsigned int elementIdx) const bool isMatchingPoint(unsigned int elementIdx) const
{ return matchingPointIdx_[asImp_().wallElementIdx_[elementIdx]] == elementIdx; } { return matchingPointIdx_[asImp_().wallElementIdx_[elementIdx]] == elementIdx; }
/*! /*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment