Add license and documentation.

This commit is contained in:
Liu Ming
2014-02-25 09:52:10 +08:00
parent e63e318d40
commit 979d503b7d
17 changed files with 668 additions and 445 deletions

View File

@@ -242,7 +242,7 @@ namespace Opm
}
#endif
static void outputWaterCut(const Opm::Watercut& watercut,
const std::string& output_dir)
const std::string& output_dir)
{
// Write water cut curve.
std::string fname = output_dir + "/watercut.txt";
@@ -270,14 +270,14 @@ namespace Opm
// \TODO: Treat bcs.
SimulatorFullyImplicitCompressiblePolymer::Impl::Impl(const parameter::ParameterGroup& param,
const UnstructuredGrid& grid,
const BlackoilPropsAdInterface& props,
const PolymerPropsAd& polymer_props,
const RockCompressibility* rock_comp_props,
WellsManager& wells_manager,
PolymerInflowInterface& polymer_inflow,
LinearSolverInterface& linsolver,
const double* gravity)
const UnstructuredGrid& grid,
const BlackoilPropsAdInterface& props,
const PolymerPropsAd& polymer_props,
const RockCompressibility* rock_comp_props,
WellsManager& wells_manager,
PolymerInflowInterface& polymer_inflow,
LinearSolverInterface& linsolver,
const double* gravity)
: grid_(grid),
props_(props),
polymer_props_(polymer_props),