Skip to content

TagEvacMesh

lukas edited this page May 19, 2017 · 1 revision

Table of Contents

tag evac_mesh

attribute role description
nx, ny implicit number of cells in x and y direction
xmin, ymin, zmin implicit starting point of the mesh in x, y, z coordinates
xmax, ymax, zmax implicit ending point of the mesh in x, y, z coordinates

description

A single mesh for evacuation simulations is created based on the properties passed.

zmin is set to 25%, zmax is set to 75% of zmax-zmin. nz cannot be set, it is always set to 1. If an argument is not set, the method tries to retrieve a value from a global variable of the same name. This allows setting the mesh properties in a different method (such as bounded_room) and using them implicitly to define the mesh.

=== examples ===

TODO

Clone this wiki locally