Preprocessing with mb_prep

The pre-processor mb_prep reads the flow description from the Input Parameter File and the Bezier Boundary File. It then produces discretised descriptions of the flow geometry (which is stored in a Grid File) and the flow state (which is stored in a Solution File).

mb_prep.exe [-wb] [-f base_file_name]
where the command-line options include...
-f base_file_name
Specify the "base file name" which is then used to construct file names for:
  1. the Input Parameter File (base_file_name.p);
  2. the Initial Solution File (base_file_name.s0);
  3. the Grid File (base_file_name.g);
The default value for base_file_name is "default".
-wb
Write the solution and grid files as binary data. By default, ASCII formatted data will be written.


MB_CNS (C) P. A. Jacobs
Last Updated 20-Jan-1999.