BUG: incorrect transform for fieldCoordinateSystemTransform (fixes #1076)
- was using coordinate-system and transform() which is the local-to-global mapping, whereas it should be invTransform() which is the global-to-local mapping
Showing
- src/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.C 1 addition, 1 deletion...oordinateSystemTransform/fieldCoordinateSystemTransform.C
- src/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H 5 additions, 5 deletions...oordinateSystemTransform/fieldCoordinateSystemTransform.H
- src/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransformTemplates.C 1 addition, 1 deletion...SystemTransform/fieldCoordinateSystemTransformTemplates.C
Please register or sign in to comment