CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   STAR-CCM+ (https://www.cfd-online.com/Forums/star-ccm/)
-   -   Referencing Coordinate Systems (https://www.cfd-online.com/Forums/star-ccm/246111-referencing-coordinate-systems.html)

MRI November 14, 2022 03:50

Referencing Coordinate Systems
 
I want to create a Field Fuction which look like that:
($$Position(@CoordinateSystem("Laboratory.CooPost" ))[0] < 8.9)?1:0


The error messages refer to the Postion definition, especially to the Coordinate System. I write it like described in the user guide and try different other spellings, without success. Is there anybody who know how to write it correctly?

f-w November 14, 2022 18:11

Try ...

($${Position}(@CoordinateSystem("CooPost"))[0]<8.9)?1:0


All times are GMT -4. The time now is 18:27.