wall.vel
Syntax
Vector Access
- v = wall.vel(w<,i>)
- wall.vel(w<,i>) = v
Get/set the wall velocity.
Returns: v - wall velocity vector or component
Accepts: v - wall velocity vector or component
Arguments: w - wall pointer
i - optional vector component
Component Access
- f = wall.vel.x(w)
- wall.vel.x(w) = f
Get/set the x-component of the wall velocity.
Returns: f - x-component of the wall velocity vector Accepts: f - x-component of the wall velocity vector Arguments: w - wall pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |