View Issue Details

IDProjectCategoryView StatusLast Update
0003672OpenFOAMBugpublic2021-05-14 10:11
ReporternoZeroDays Assigned Towill  
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Summary0003672: noOrdering keyword is still present in some files of OpenFOAM 8 tutorials
DescriptionHello,
If I am not mistaken, the allowed values for cyclicAMI transform in OpenFOAM 8 are:
* none
* rotational
* translational
* unspecified

However, when searching for the keyword 'noOrdering' in OpenFOAM8 tutorials, that keyword is still there, e.g:

grep -r "noOrdering" /opt/openfoam8

Will yield the following:

/opt/openfoam8/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/createBafflesDict: ordering noOrdering;
/opt/openfoam8/tutorials/multiphase/interFoam/RAS/mixerVesselAMI/system/createBafflesDict: ordering noOrdering;
/opt/openfoam8/tutorials/compressible/rhoPimpleFoam/RAS/annularThermalMixer/system/createBafflesDict: ordering noOrdering;
/opt/openfoam8/tutorials/lagrangian/particleFoam/mixerVesselAMI2D/system/blockMeshDict.m4: ordering noOrdering;
/opt/openfoam8/tutorials/lagrangian/particleFoam/mixerVesselAMI2D/system/blockMeshDict.m4: ordering noOrdering;
/opt/openfoam8/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/system/createBafflesDict: ordering noOrdering;
/opt/openfoam8/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/system/createBafflesDict: ordering noOrdering;
/opt/openfoam8/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/README: ordering noOrdering;
/opt/openfoam8/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/README: ordering noOrdering;
/opt/openfoam8/tutorials/incompressible/pimpleFoam/RAS/oscillatingInletACMI2D/README: ordering noOrdering;
/opt/openfoam8/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/system/blockMeshDict.m4: ordering noOrdering;
/opt/openfoam8/tutorials/incompressible/pimpleFoam/laminar/mixerVesselAMI2D/system/blockMeshDict.m4: ordering noOrdering;
/opt/openfoam8/etc/templates/closedVolumeRotating/system/createBafflesDict: transform noOrdering;
/opt/openfoam8/etc/caseDicts/mesh/manipulation/AMI/createBafflesDict: transform noOrdering;
/opt/openfoam8/etc/caseDicts/mesh/manipulation/AMI/createPatchDict: transform noOrdering;

Thank you
Steps To ReproduceSearch for 'noOrdering' in OpenFOAM8 tutorials, e.g: grep -r "noOrdering" /opt/openfoam8
TagsNo tags attached.

Activities

noZeroDays

2021-05-14 04:38

reporter   ~0012023

Sorry, this is not only specific to the tutorials directory, but also in the file:
/opt/openfoam8/etc/caseDicts/mesh/manipulation/AMI/createPatchDict

will

2021-05-14 10:11

manager   ~0012024

Resolved in version 8 and dev

https://github.com/OpenFOAM/OpenFOAM-8/commit/6a90c5e21f9f73f21de679dd775e62a783fbd5c3
https://github.com/OpenFOAM/OpenFOAM-dev/commit/0510053f6170883414e0c2a7f0b78cfb44d47b7e

Issue History

Date Modified Username Field Change
2021-05-14 04:34 noZeroDays New Issue
2021-05-14 04:38 noZeroDays Note Added: 0012023
2021-05-14 10:11 will Assigned To => will
2021-05-14 10:11 will Status new => resolved
2021-05-14 10:11 will Resolution open => fixed
2021-05-14 10:11 will Fixed in Version => 8
2021-05-14 10:11 will Note Added: 0012024