ecl_grav_calc.hpp
Go to the documentation of this file.
1/*
2 Copyright (C) 2011 Equinor ASA, Norway.
3
4 The file 'ecl_grav.h' is part of ERT - Ensemble based Reservoir Tool.
5
6 ERT is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 ERT is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE.
14
15 See the GNU General Public License at <http://www.gnu.org/licenses/gpl.html>
16 for more details.
17*/
18
19#ifndef ERT_ECL_GRAV_CALC_H
20#define ERT_ECL_GRAV_CALC_H
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25#include <etr/ecl/ecl_kw.h>
26#include <etr/ecl/ecl_grid.h>
27#include <etr/ecl/ecl_file.h>
28
29double ecl_grav_phase_deltag( double utm_x ,
30 double utm_y ,
31 double tvd,
32 const ecl_grid_type * grid,
33 const ecl_file_type * init_file ,
34 const ecl_kw_type * sat_kw1,
35 const ecl_kw_type * rho_kw1,
36 const ecl_kw_type * porv_kw1,
37 const ecl_kw_type * sat_kw2,
38 const ecl_kw_type * rho_kw2,
39 const ecl_kw_type * porv_kw2);
40
41
42
43#ifdef __cplusplus
44}
45#endif
46#endif
47
ecl_grid_struct ecl_grid_type
Definition: ECLGraph.hpp:43
struct ecl_file_struct ecl_file_type
Definition: ECLResultData.hpp:39
double ecl_grav_phase_deltag(double utm_x, double utm_y, double tvd, const ecl_grid_type *grid, const ecl_file_type *init_file, const ecl_kw_type *sat_kw1, const ecl_kw_type *rho_kw1, const ecl_kw_type *porv_kw1, const ecl_kw_type *sat_kw2, const ecl_kw_type *rho_kw2, const ecl_kw_type *porv_kw2)
struct ecl_kw_struct ecl_kw_type
Definition: ecl_kw.hpp:39