Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 795 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 795 Bytes

Requirements:

To execute main program:

  cd main_program
  python main.py <$INPUT_FILE>

How to create a new Geometry and test

  1. Create Geometry using CAID;
  2. Export the created geometry: a. Click the geometry; b. Click "Export"; c. Choose path to the domains directory; d. Save with xml extension;
  3. Edit the input_options in main_programs/input_files: a. Go to the domain section; b. Choose a code name for the geometry; c. Associate it to a unique key
  4. Edit the get_geometry function in reading_geometry;
  5. Create your input file