mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: support use of 'vector' in #calc directive (fixes #2039)
This commit is contained in:
@ -32,7 +32,7 @@ vertices
|
||||
(
|
||||
(0.0 0.0 0) //0
|
||||
(10 0.0 0)
|
||||
(10 0.0 0) //2
|
||||
#calc #{ vector(10, 0, 0) #} //2
|
||||
(0.0 0.0 0)
|
||||
|
||||
(0.0 $minY $z) //4
|
||||
|
||||
@ -32,7 +32,7 @@ vertices
|
||||
(
|
||||
(0.0 0.0 0) //0
|
||||
(10 0.0 0)
|
||||
(10 0.0 0) //2
|
||||
#eval{ vector(10, 0, 0) } //2
|
||||
(0.0 0.0 0)
|
||||
|
||||
(0.0 $minY $z) //4
|
||||
|
||||
Reference in New Issue
Block a user