Refine Bootstrap¶
- class pyrefine.refine.bootstrap.RefineBootstrap(project_name, initial_complexity=100000, initial_wall_spacing=None)¶
refine bootstrap driver to generate an initial mesh for refinement from a CSM file using ESP
- Parameters
project_name – str: The root name of the project (without any mesh numbers).
initial_complexity – int: Initial mesh complexity.
initial_wall_spacing – float: Initial wall spacing for the spalding option of refine.
- run()¶
Run the bootstrap process. Expects serveESP to be in your PATH.