mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
header cleanups
This commit is contained in:
parent
e288a61c59
commit
64df3c25f4
@ -28,7 +28,7 @@
|
||||
#ifndef EWOMS_DISCRETE_FRACTURE_PRIMARY_VARIABLES_HH
|
||||
#define EWOMS_DISCRETE_FRACTURE_PRIMARY_VARIABLES_HH
|
||||
|
||||
#include "discretefractureproperties.hh"
|
||||
#include <opm/models/discretefracture/discretefractureproperties.hh>
|
||||
|
||||
#include <opm/models/immiscible/immiscibleprimaryvariables.hh>
|
||||
|
||||
|
@ -28,15 +28,15 @@
|
||||
#ifndef EWOMS_FV_BASE_PRIMARY_VARIABLES_HH
|
||||
#define EWOMS_FV_BASE_PRIMARY_VARIABLES_HH
|
||||
|
||||
#include <type_traits>
|
||||
#include <dune/common/fvector.hh>
|
||||
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
||||
#include <opm/models/discretization/common/linearizationtype.hh>
|
||||
|
||||
#include "fvbaseproperties.hh"
|
||||
#include "linearizationtype.hh"
|
||||
#include <opm/material/common/MathToolbox.hpp>
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <type_traits>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
@ -28,17 +28,11 @@
|
||||
#ifndef EWOMS_FLASH_PRIMARY_VARIABLES_HH
|
||||
#define EWOMS_FLASH_PRIMARY_VARIABLES_HH
|
||||
|
||||
#include "flashindices.hh"
|
||||
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/common/energymodule.hh>
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
|
||||
#include <opm/material/constraintsolvers/NcpFlash.hpp>
|
||||
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace Opm {
|
||||
|
@ -28,16 +28,15 @@
|
||||
#ifndef EWOMS_IMMISCIBLE_PRIMARY_VARIABLES_HH
|
||||
#define EWOMS_IMMISCIBLE_PRIMARY_VARIABLES_HH
|
||||
|
||||
#include "immiscibleproperties.hh"
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/common/energymodule.hh>
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/immiscible/immiscibleproperties.hh>
|
||||
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#include <opm/material/constraintsolvers/ImmiscibleFlash.hpp>
|
||||
#include <opm/material/fluidstates/ImmiscibleFluidState.hpp>
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
@ -28,16 +28,15 @@
|
||||
#ifndef EWOMS_NCP_PRIMARY_VARIABLES_HH
|
||||
#define EWOMS_NCP_PRIMARY_VARIABLES_HH
|
||||
|
||||
#include "ncpproperties.hh"
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/common/energymodule.hh>
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/ncp/ncpproperties.hh>
|
||||
|
||||
#include <opm/material/constraintsolvers/NcpFlash.hpp>
|
||||
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
|
||||
#include <opm/material/densead/Math.hpp>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
@ -28,17 +28,12 @@
|
||||
#ifndef OPM_PTFLASH_PRIMARY_VARIABLES_HH
|
||||
#define OPM_PTFLASH_PRIMARY_VARIABLES_HH
|
||||
|
||||
#include "flashindices.hh"
|
||||
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/common/energymodule.hh>
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/ptflash/flashindices.hh>
|
||||
|
||||
#include <opm/material/constraintsolvers/NcpFlash.hpp>
|
||||
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace Opm {
|
||||
|
@ -28,20 +28,18 @@
|
||||
#ifndef EWOMS_PVS_PRIMARY_VARIABLES_HH
|
||||
#define EWOMS_PVS_PRIMARY_VARIABLES_HH
|
||||
|
||||
#include "pvsindices.hh"
|
||||
#include "pvsproperties.hh"
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <opm/common/Exceptions.hpp>
|
||||
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/common/energymodule.hh>
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
#include <opm/models/pvs/pvsproperties.hh>
|
||||
|
||||
#include <opm/material/constraintsolvers/NcpFlash.hpp>
|
||||
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace Opm {
|
||||
|
@ -28,15 +28,15 @@
|
||||
#ifndef EWOMS_RICHARDS_PRIMARY_VARIABLES_HH
|
||||
#define EWOMS_RICHARDS_PRIMARY_VARIABLES_HH
|
||||
|
||||
#include "richardsproperties.hh"
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
#include <opm/models/richards/richardsproperties.hh>
|
||||
|
||||
#include <opm/models/discretization/common/fvbaseprimaryvariables.hh>
|
||||
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#include <opm/material/constraintsolvers/ImmiscibleFlash.hpp>
|
||||
#include <opm/material/fluidstates/ImmiscibleFluidState.hpp>
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user