rename "(Volume|Flux)Variables" to "(In|Ex)tensiveQuantities"

"intensive" means that the value of these quantities at a given
spatial location does not depend on any value of the neighboring
intensive quantities. In contrast, "extensive" quantities depend in
the intensive quantities of the environment of the spatial location.

this change is necessary is because the previous nomenclature was very
specific to finite volume discretizations, but the models themselves
were already rather generic. (i.e., "volume variables" are the
intensive quantities of finite volume methods and "flux variables"
are the extensive ones.)
This commit is contained in:
Andreas Lauser
2014-06-24 14:54:32 +02:00
parent 536370fc96
commit 8e0e9e9d31
21 changed files with 123 additions and 139 deletions

View File

@@ -218,8 +218,7 @@ public:
const auto &pos = context.pos(spaceIdx, timeIdx);
if (pos[0] < eps_) {
// Free-flow conditions on left boundary
const auto &materialParams
= this->materialLawParams(context, spaceIdx, timeIdx);
const auto &materialParams = this->materialLawParams(context, spaceIdx, timeIdx);
Opm::ImmiscibleFluidState<Scalar, FluidSystem> fs;
Scalar Sw = 1.0;