1 | |
---|
2 | OPEN ISSUES: |
---|
3 | ------------ |
---|
4 | |
---|
5 | |
---|
6 | Issue: Pmesh do not write in msh format |
---|
7 | Importance: Mid-High |
---|
8 | Action: See under pmesh/documentation |
---|
9 | |
---|
10 | Issue: geo_reference is not passed into domain and further on to sww file. Hence we can't export results properly to e.g GIS |
---|
11 | Importance: High |
---|
12 | Action: Make it happen! |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | CLOSED ISSUES: |
---|
17 | ------------ |
---|
18 | Issue: Segments in pmesh that are solely used to separate regions |
---|
19 | (e.g. for different resolution) will appear as an *internal* |
---|
20 | boundary in the resulting domain even though it may not have been intended to |
---|
21 | have a boundary condition applied. |
---|
22 | Background: Genuine internal boundaries are created the same way as |
---|
23 | external boundaries through the 'boundary' dictionary mapping triangle_id |
---|
24 | and edge number to a tag. |
---|
25 | When a mesh is created, this dictionary will override the neighbour structure |
---|
26 | and thereby enforce the internal boundary status. |
---|
27 | This is all very well for 'True' internal boundaries. |
---|
28 | However, once a segment belongs to a boundary (internal or external) |
---|
29 | it must be bound to a boundary condition object in order to supply |
---|
30 | values for the flux computations. Hence there is no way of allowing |
---|
31 | normal flow between neighbouring triangles in the case where they are |
---|
32 | separated by an (unintended) internal boundary. |
---|
33 | An older version of pyvolution allowed None as a boundary object which |
---|
34 | probably meant that a zero dirichlet condition was imposed. |
---|
35 | Not sure about this, though. |
---|
36 | Importance: High |
---|
37 | Action: Actually the older version of pyvolution allowed None to mean |
---|
38 | there are no boundaries. This is a usefull feature. So let's put it |
---|
39 | back. Pmesh no longer defaults to "internal" for an untagged internal |
---|
40 | boundary. It defaults to no tag. |
---|
41 | Status: resolved |
---|
42 | |
---|