comment header files and function for incompProps.

This commit is contained in:
Liu Ming 2014-09-25 16:28:35 +08:00
parent ca6baf7c73
commit fb0f4f7a92
2 changed files with 10 additions and 6 deletions

View File

@ -23,7 +23,7 @@
#include <opm/core/linalg/blas_lapack.h>
#include <opm/core/props/BlackoilPropertiesInterface.hpp>
#include <opm/autodiff/BlackoilPropsAdInterface.hpp>
#include <opm/autodiff/IncompPropsAdInterface.hpp>
//#include <opm/autodiff/IncompPropsAdInterface.hpp>
#include <opm/polymer/PolymerBlackoilState.hpp>
#include <opm/polymer/PolymerState.hpp>
#include <opm/core/simulator/WellState.hpp>
@ -120,6 +120,8 @@ namespace Opm
/// @param[out] produced must also point to a valid array with P elements.
/// @param[out] polyinj injected mass of polymer
/// @param[out] polyprod produced mass of polymer
// This function need a incompProps based on Ad.
/*
void computeInjectedProduced(const IncompPropsAdInterface& props,
const Opm::PolymerPropsAd& polymer_props,
const PolymerState& state,
@ -190,7 +192,7 @@ namespace Opm
}
}
*/
/// @brief Computes injected and produced volumes of all phases,
/// and injected and produced polymer mass - in the compressible case.
/// Note 1: assumes that only the first phase is injected.

View File

@ -25,15 +25,15 @@
#include <opm/core/wells.h>
#include <opm/core/props/BlackoilPropertiesInterface.hpp>
#include <opm/autodiff/BlackoilPropsAdInterface.hpp>
#include <opm/autodiff/IncompPropsAdInterface.hpp>
//#include <opm/autodiff/IncompPropsAdInterface.hpp>
#include <opm/polymer/PolymerBlackoilState.hpp>
#include <opm/polymer/PolymerState.hpp>
#include <opm/core/simulator/WellState.hpp>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/Units.hpp>
#include <opm/polymer/fullyimplicit/AutoDiffBlock.hpp>
#include <opm/polymer/fullyimplicit/AutoDiffHelpers.hpp>
#include <opm/autodiff/AutoDiffBlock.hpp>
#include <opm/autodiff/AutoDiffHelpers.hpp>
#include <opm/polymer/fullyimplicit/PolymerPropsAd.hpp>
#include <algorithm>
#include <cmath>
@ -86,6 +86,8 @@ namespace Opm
/// @param[out] produced must also point to a valid array with P elements.
/// @param[out] polyinj injected mass of polymer
/// @param[out] polyprod produced mass of polymer
// This function need a incompProps based on Ad.
/*
void computeInjectedProduced(const IncompPropsAdInterface& props,
const Opm::PolymerPropsAd& polymer_props,
const PolymerState& state,
@ -96,7 +98,7 @@ namespace Opm
double* produced,
double& polyinj,
double& polyprod);
*/
/// @brief Computes injected and produced volumes of all phases,
/// and injected and produced polymer mass - in the compressible case.
/// Note 1: assumes that only the first phase is injected.