functionObjects: uniform, fieldsExpression: Support for dimensioned fields

This commit is contained in:
Will Bainbridge
2023-02-21 12:55:16 +00:00
parent 1321112963
commit e6b517a1e3
5 changed files with 26 additions and 4 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2016-2021 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2016-2023 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -143,6 +143,7 @@ bool Foam::functionObjects::fieldsExpression::execute()
found \
|| mesh_.foundObject<GeoField<Type>>(fieldNames_[i]);
FOR_ALL_FIELD_TYPES(findFieldType, VolField);
FOR_ALL_FIELD_TYPES(findFieldType, VolInternalField);
FOR_ALL_FIELD_TYPES(findFieldType, SurfaceField);
#undef findFieldType