|
From: Gareth D. <gar...@gm...> - 2019-07-06 03:02:20
|
I wonder if you're using an old ANUGA install? Make sure you've got a
recent version from github, and that you've recompiled. The low_froude
functionality is very new.
Cheers,
G.
On 6/7/19 12:49 pm, Shazzadur Rahman wrote:
> Hello everyone,
>
> I am working on a small portion of Trinity river along with its
> floodplain. After creating the domain, I tried to set the flow
> algorithm and the low froude condition. But, I am getting this
> attribute error that the domain instance does not have this attribute.
> I am attaching that part of the code with the error. Can anyone
> suggest what I am doing wrong?
>
> domain = anuga.create_domain_from_regions(bounding_polygon,
> boundary_tags,
> maximum_triangle_area = base_res,
> poly_geo_reference =
> geo_reference,
> mesh_geo_reference =
> geo_reference,
> breaklines =
> [centerline,bank_east,bank_west])
> domain.set_name('Trinity_Upstream_Discharge_Boundary_LowFroude')
> domain.set_datadir('.')
> domain.set_flow_algorithm('DE1')
> domain.set_low_froude(1)
>
> AttributeError: Domain instance has no attribute 'set_low_froude'
>
> Regards,
> Shazzadur Rahman
>
>
> _______________________________________________
> Anuga-user mailing list
> Anu...@li...
> https://lists.sourceforge.net/lists/listinfo/anuga-user
|