View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003746 | OpenFOAM | Bug | public | 2021-10-23 23:15 | 2021-10-27 23:50 |
Reporter | noZeroDays | Assigned To | henry | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | dev | ||||
Summary | 0003746: keyword coordinateSystem is undefined in dictionary | ||||
Description | Using an example of fieldCoordinatesSystemTransform doesn't work as shown below; fieldCoordinateSystemTransform1 { type fieldCoordinateSystemTransform; libs ("libfieldFunctionObjects.so"); enabled true; fields ( U ); coordinateSystem { origin (0 0 0.005); coordinateRotation { type axesRotation; e1 (1 0.15 0); e3 (0 0 -1); } } } Running: pimpleFoam -postProcess I get: keyword coordinateSystem is undefined in dictionary "/tmp/test/system/controlDict/functions/fieldCoordinateSystemTransform1/coordinateSystem" Similarly, using a coordinates system with another function object such as forces, raises the error reported here: https://bugs.openfoam.org/view.php?id=2454 | ||||
Tags | No tags attached. | ||||
|
The example of fieldCoordinatesSystemTransform was taken from: /opt/openfoam9/src/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H |
|
fieldCoordinateSystemTransform was considerably out of date due to lack of use, try this in OpenFOAM-dev: commit cdefd715213942a792e54cdb496d82ded01058de (HEAD -> master, origin/master, origin/HEAD) Author: Henry Weller <http://cfd.direct> Date: Sun Oct 24 11:33:56 2021 +0100 fieldCoordinateSystemTransform: Updated coordinateSystem construction and documentation Resolves bug-report http://bugs.openfoam.org/view.php?id=3746 |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-23 23:15 | noZeroDays | New Issue | |
2021-10-23 23:17 | noZeroDays | Note Added: 0012256 | |
2021-10-24 11:36 | henry | Note Added: 0012257 | |
2021-10-24 11:36 | henry | Priority | high => low |
2021-10-24 11:36 | henry | Severity | major => minor |
2021-10-27 23:50 | henry | Assigned To | => henry |
2021-10-27 23:50 | henry | Status | new => resolved |
2021-10-27 23:50 | henry | Resolution | open => fixed |
2021-10-27 23:50 | henry | Fixed in Version | => dev |