mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Look for actual isobaric counter diffusion
Identify segements that fullfill the folllowing criteria for the leading compartment: He is off-gasing while N2 is on-gasing Overall there is on-gasing Add a line to the info box for those segments Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
71d1e78db2
commit
ece714556f
5 changed files with 14 additions and 2 deletions
|
|
@ -63,6 +63,7 @@ struct plot_data {
|
|||
double ambpressure;
|
||||
double gfline;
|
||||
double density;
|
||||
bool icd_warning;
|
||||
};
|
||||
|
||||
struct ev_select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue