mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: faOption-limitVelocity: remove remnants of fvOption
COMP: ensure compilation of faOption-limitVelocity
This commit is contained in:
@ -13,4 +13,9 @@ $(derivedSources)/jouleHeatingSource/jouleHeatingSource.C
|
|||||||
$(derivedSources)/contactHeatFluxSource/contactHeatFluxSource.C
|
$(derivedSources)/contactHeatFluxSource/contactHeatFluxSource.C
|
||||||
$(derivedSources)/externalFileSource/externalFileSource.C
|
$(derivedSources)/externalFileSource/externalFileSource.C
|
||||||
|
|
||||||
|
/* Corrections */
|
||||||
|
corrections=corrections
|
||||||
|
|
||||||
|
$(corrections)/limitVelocity/limitVelocity.C
|
||||||
|
|
||||||
LIB = $(FOAM_LIBBIN)/libfaOptions
|
LIB = $(FOAM_LIBBIN)/libfaOptions
|
||||||
|
|||||||
@ -96,7 +96,7 @@ void Foam::fa::limitVelocity::correct(areaVectorField& U)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Handle boundaries in the case of 'all'
|
// Handle boundaries in the case of 'all'
|
||||||
if (!cellSetOption::useSubMesh())
|
if (!faceSetOption::useSubMesh())
|
||||||
{
|
{
|
||||||
for (faPatchVectorField& Up : U.boundaryFieldRef())
|
for (faPatchVectorField& Up : U.boundaryFieldRef())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user