- May 28, 2013
-
-
Bernd Flemisch authored
Only public member names have been treated so far. Local variables will be done shortly, classes maybe not before the next release cycle. Everything old could be marked deprecated. Reviewed by Benjamin and Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10761 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 24, 2013
-
-
Bernd Flemisch authored
saturation. In particular: NumPrimaryEnergyVars -> numPrimaryEnergyVars NumPrimaryVars -> numPrimaryVars Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10759 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "C" in the capillary-pressure-saturation relationships: entryPC -> entryPc maxPC -> maxPc pC -> pc pCAlpha -> pcalpha pCGW -> pcgw pCNW -> pcnw pCGN -> pcgn pCHighSw -> pcHighSw pCLowSw -> pcLowSw setEntryPC -> setEntryPc setMaxPC -> setMaxPc Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10758 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "S"-function in the material laws: Sgr -> sgr Snr -> snr SnToSne -> snToSne Sreg -> sreg Sw -> sw SwToSwe -> swToSwe SweToSw_ -> sweToSw_ Swr -> swr Swrx -> swrx Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10757 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "S"-indices: S0Idx -> s0Idx SnIdx -> snIdx SwIdx -> swIdx SOrX1Idx -> sOrX1Idx SOrX2Idx -> sOrX2Idx SnOrXidx -> snOrXIdx SwOrXIdx -> swOrXIdx Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10756 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
...FVElementGeometry: really deprecate the variables that should be deprecated. Use #pragma to avoid deprecation warnings triggered by the use inside the file. Tested for gcc 4.8 and clang 3.2, has to be checked for other versions. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10755 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10753 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The tests which were added in the CMakeLists.txt in the root dir are now added in the test directories. All arguments were transfered. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10752 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10751 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10750 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Compilation of DuMuX programs is not working. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10749 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10747 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10746 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 23, 2013
-
-
Bernd Flemisch authored
- deprecate numVertices, use numScv. - deprecate numEdges, introduce and use numScvf. - deprecate numFaces, edgeCoord and faceCoord, they are not used anywhere outside. - deprecate numFap on the whole FVGeometry, introduce and use numFap on SubControlVolumeFaces. - Get rid of the Vector typedef and use GlobalPosition. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10744 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
fully-implicit models." In particular, it replaces OnePBoxModel -> OnePModel OnePTwoCBoxModel -> OnePTwoCModel boxGravity -> gravityAtPos boxSDNeumann -> solDependentNeumann boxSDSource -> solDependentSource boxTemperature -> temperatureAtPos git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10741 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10740 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 22, 2013
-
-
Bernd Flemisch authored
Since commit r10693, all problems that use a model based on FVPressure had to provide an initial(AtPos) function. Default implementations are available in onemodelproblem.hh and impetproblem.hh, but threw an exception. Since many test problems have lived for several years with an initial guess of 0, the default behavior has been changed to not throw an exception and to set the values to 0. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10737 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10736 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10735 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
update reference solutions that changed due to different Dirichlet handling and/or different format of the velocity output git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10734 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
fix implicit velocity output, which counted too many surrounding cells in case of more than one phase. This also made the function completeVelocityCalculation obsolete. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10733 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by karens) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10732 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10731 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit mpnc: simplify obstacle test problem, since Dirchlet conditions are evaluated on the boundary git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10730 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit mpnc: set cell-centered Dirichlet conditions in the strong sense, until someone manages to do them in a correct way git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10729 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10728 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 21, 2013
-
-
Alexander Kissinger authored
Error in brine density calculation according to Batzle and Wang in brine.hh. Exchanged + with - in the formula. This change is significant for brines with a high temperature and a high salinity. Accordingly the reference results for co2 (box and cc) and co2ni (box and cc) are updated, although changes are very small. Reviewed by Lena. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10726 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10725 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10724 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10723 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10722 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10721 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit 2pdfm: The TwoPDFMModel has always done the same as the TwoPModel. The obsolete reimplementation of addOutputVtkFields has been removed. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10720 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10719 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10718 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10717 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Use calculated porosity (found by a unused warning) (partly reviewed by bernd, thanks for helping with the fix) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10716 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Some other improvements. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10715 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10714 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
CCElementVolumeVariables: copy the volume variables from the cell to the Neumann/outflow boundary faces to allow for a uniform treatment in, for example, the velocity calculation. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10713 2fb0f335-1f38-0410-981e-8018bf24f1b0
-