mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
re-locating field average library
This commit is contained in:
@ -3,3 +3,5 @@ set -x
|
|||||||
|
|
||||||
wmake libo postCalc
|
wmake libo postCalc
|
||||||
wmake libso forces
|
wmake libso forces
|
||||||
|
wmake libso fieldAverage
|
||||||
|
|
||||||
|
|||||||
@ -62,7 +62,7 @@ functions
|
|||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldAverage.so");
|
||||||
|
|
||||||
// Fields to be probed. runTime modifiable!
|
// Fields to be averaged - runTime modifiable
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
U
|
U
|
||||||
Reference in New Issue
Block a user