Skip to content
Snippets Groups Projects
Commit a8e10008 authored by aschubig's avatar aschubig
Browse files

Merge remote-tracking branch 'origin/development' into development

parents 55258dfa 28c224b7
No related branches found
No related tags found
1 merge request!1Development
......@@ -56,7 +56,7 @@ if __name__ == '__main__':
if config['options']['do_mesh']:
print('Creating Mesh')
wpw.create_structured_mesh(Path.cwd() / 'simulation' / 'stl' / 'terrain.stl', nx=nx, nz=nz, nspokes=24, num_seg=12,
d_h=1, h_min=1500, solve_doms=True, export_cae=False)
d_h=1, h_min=1500, solve_doms=True, export_cae=True)
# path=r'D:\home\aschubig\terrain.cas')
# read terrain data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment