|
From: Shazzadur R. <sha...@gm...> - 2019-07-06 02:49:49
|
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
|