NAME
domain
SYNOPSIS
domain x_{min} x_{max} y_{min} y_{max}
DESCRIPTION
domain creates the physical domain for the fluid dynamics calculations, . domain requires four arguments.domain has no optional arguments. IBIS requires that the aspect ratio be a power of 2.
- xmin - x coordinate of the lower left corner
- xmax - x coordinate of the upper right corner
- ymin - y coordinate of the lower left corner
- ymax - y coordinate of the upper right corner
SEE ALSO
grid
EXAMPLE
domain 0.00 4.00 0.00 2.00
The physical domain is .