- Feb 17, 2017
-
-
Timo Koch authored
The components are only in the water phase. The number of components is statically extracted from the fluidsystem. Simply changing the fluid system and boundary and initial conditions is sufficient to setup a new model with n tracers.
-
Timo Koch authored
* a main component and * a conservative tracer component
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Katharina Heck authored
-
Katharina Heck authored
-
by passing the implementation of the actual method's interaction volume type to the o-method interaction volume we are able to overload functionalities in derived classes and still use different interaction volume types on the boundary and inside the domain. This was not possible through the property system as it was unclear which interaction volume is the actual implementation.
-
-
-
We now call the Implementation from the o-method interaction volume because we need to incorporate some terms in the problems with facet coupling. Todo: Problems using interior interaction volumes that inherit from the o-method specialization AND use the o-method on the boundaries do not work at the moment. We would have to tell the o-method the actual implementation somehow introducing a new template parameter for the implementation.
-
-
-
-
-
-
-
-
-
-
-
-
-
[mpfa][interiorboundarydata] fix previous erroneous commit of handing in element to facetVolVars() method
-
-
-
-
-
-
-
-
-
We decided to not change the stencil subject to the tensor, thus, all components in all phases will use the same stencil (maximum possible stencil). Thus, it is sufficient to store it just once.
-
we do not incorporate the handling of lower dimensional elements on the facets in the base laws etc anymore. We want to overload functionalities required to realize the coupling in the mixeddimension-specific classes. The upwind scheme is still to be modified!
-
we do not allow for different implementations of the globalfvgeometry class for the different mpfa methods anymore. If this ever occurs to be necessary one might reintroduce this. Until then, we opt for having one file less.
-
- Feb 15, 2017
-
- Feb 13, 2017
-
-
Timo Koch authored
-