mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated objects
- corrected Peclet number for compressible cases
- propagated log flag and resultName across objects
New function objects
- new fluxSummary:
- calculates positive, negative, absolute and net flux across face
zones
- new runTimeControl
- abort the calculation when a user-defined metric is achieved.
Available options include:
- average value remains unchanged wrt a given threshold
- equation initial residual exceeds a threshold - useful to abort
diverging cases
- equation max iterations exceeds a threshold - useful to abort
diverging cases
- min/max of a function object value
- min time step exceeds a threshold - useful to abort diverging
cases
- new valueAverage:
- average singular values from other function objects, e.g. Cd, Cl and
Cm from the forceCoeffs function object
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
fieldAverage/fieldAverage/fieldAverage.C
|
|
fieldAverage/fieldAverageItem/fieldAverageItem.C
|
|
fieldAverage/fieldAverageItem/fieldAverageItemIO.C
|
|
fieldAverage/fieldAverageFunctionObject/fieldAverageFunctionObject.C
|
|
|
|
fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.C
|
|
fieldCoordinateSystemTransform/fieldCoordinateSystemTransformFunctionObject.C
|
|
|
|
fieldMinMax/fieldMinMax.C
|
|
fieldMinMax/fieldMinMaxFunctionObject.C
|
|
|
|
fieldValues/fieldValue/fieldValue.C
|
|
fieldValues/fieldValue/fieldValueNew.C
|
|
fieldValues/fieldValueDelta/fieldValueDelta.C
|
|
fieldValues/fieldValueDelta/fieldValueDeltaFunctionObject.C
|
|
fieldValues/faceSource/faceSource.C
|
|
fieldValues/faceSource/faceSourceFunctionObject.C
|
|
fieldValues/cellSource/cellSource.C
|
|
fieldValues/cellSource/cellSourceFunctionObject.C
|
|
|
|
nearWallFields/nearWallFields.C
|
|
nearWallFields/nearWallFieldsFunctionObject.C
|
|
nearWallFields/findCellParticle.C
|
|
nearWallFields/findCellParticleCloud.C
|
|
|
|
processorField/processorField.C
|
|
processorField/processorFieldFunctionObject.C
|
|
|
|
readFields/readFields.C
|
|
readFields/readFieldsFunctionObject.C
|
|
|
|
streamLine/streamLine.C
|
|
streamLine/streamLineParticle.C
|
|
streamLine/streamLineParticleCloud.C
|
|
streamLine/streamLineFunctionObject.C
|
|
|
|
surfaceInterpolateFields/surfaceInterpolateFields.C
|
|
surfaceInterpolateFields/surfaceInterpolateFieldsFunctionObject.C
|
|
|
|
regionSizeDistribution/regionSizeDistribution.C
|
|
regionSizeDistribution/regionSizeDistributionFunctionObject.C
|
|
|
|
valueAverage/valueAverage.C
|
|
valueAverage/valueAverageFunctionObject.C
|
|
|
|
wallBoundedStreamLine/wallBoundedStreamLine.C
|
|
wallBoundedStreamLine/wallBoundedStreamLineFunctionObject.C
|
|
wallBoundedStreamLine/wallBoundedStreamLineParticle.C
|
|
wallBoundedStreamLine/wallBoundedStreamLineParticleCloud.C
|
|
wallBoundedStreamLine/wallBoundedParticle.C
|
|
|
|
LIB = $(FOAM_LIBBIN)/libfieldFunctionObjects
|