Ignore:
Timestamp:
Sep 1, 2008, 2:25:29 PM (15 years ago)
Author:
Leharne
Message:

Updates to okushiri convergence study

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/convergence_okushiri_2008/run_okushiri_truescale.py

    r5442 r5720  
    1313
    1414This version up-scales the original 1:400 scale wave-tank experiment, to
    15 "true-scale" with mesh defined using interior polygons.
     15"true-scale" with mesh defined using interior polygons. The resolution is then
     16varied by a factor of 2 to investigate convergence behaviour (refer to script
     17project_truescale.py for details).
    1618
    1719The original validation data is available at
     
    6163                         boundary_tags={'wall': [0, 1, 3],'wave': [2]},
    6264                         maximum_triangle_area=project_truescale.res_poly_all,
    63                          #interior_regions=project_truescale.interior_regions,
     65                         interior_regions=project_truescale.interior_regions, # comment out when not using interior polygon definitions
    6466                         filename=project_truescale.mesh_name+'.msh',
    6567                         verbose=True)
     
    7476
    7577# Write vertex coordinates to file
    76 filename=project.vertex_filename
     78filename=project_truescale.vertex_filename
    7779fid=open(filename,'w')
    7880fid.write('x (m), y (m)\n')
Note: See TracChangeset for help on using the changeset viewer.