- Sep 18, 2014
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13355 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 05, 2014
-
-
Bernd Flemisch authored
correct use of wildcards, add ALUGrid flags to tests with AMG. Merge revisions 12949, 13246 and 13248 from the strip-pdelab branch. They all improve the buildsystem behavior. Thanks to Markus Blatt for the work. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13282 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 02, 2014
-
-
Bernd Flemisch authored
The change to conservation of moles in the continuity balance brought some non-fuzzy, but tolerable changes, to the Stokes2c(ni) tests. Moreover, the stabilization parameter for the Stokes2c test has been increased to dampen further the unphysical pressure oscillations. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13263 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2014
-
-
Markus Blatt authored
The correct usage of wildcards is "$(wildcard *.hh)". With this patch we use these instead of "*.hh". Quoting from https://www.gnu.org/software/make/manual/html_node/Wildcard-Examples.html#Wildcard-Examples Wildcard expansion does not happen when you define a variable. Thus, if you write this: objects = *.o then the value of the variable objects is the actual string ‘*.o’. However, if you use the value of objects in a target or prerequisite, wildcard expansion will take place there. If you use the value of objects in a recipe, the shell may perform wildcard expansion when the recipe runs. To set objects to the expansion, instead use: objects := $(wildcard *.o) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13248 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 27, 2014
-
-
Philipp Nuske authored
writer: call that function in order to write it to result file reference: identical except one additional variable present git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13234 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 22, 2014
-
-
Philipp Nuske authored
in output git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13223 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 13, 2014
-
-
Thomas Fetzer authored
included the energy fluxes transported by the diffusive component fluxes times the enthalpy of the components applies only for the free flow region reviewed by Bernd and Vishal git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13165 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 09, 2014
-
-
Philipp Nuske authored
Local chemical equilibrium and local thermal non-equilibrium with two energy equations. A new fluidsystem with constant properties is implemented. The fluid temperature on the right boundary is verified by an analytical approximation for the stationary configuration. reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12743 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 01, 2014
-
-
Martin Schneider authored
Fixed the stokes2cni test-problem such that it works with molar and mass fractions. The results match with those from klaus (see reference file r10276). (reviewed by Katherina and Christoph) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12698 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 24, 2014
-
-
Philipp Nuske authored
to. ALU has a different convergence behavior than UG, leading to different timestep sizes. UG and ALU have the same (fuzzy) result if the timestep is limited to one second. Therefore, an update of the reference solution, indirectly caused by the change of grid managers, seems justified. Discussed with Bernd and Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12654 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 21, 2014
-
-
Martin Schneider authored
(reviewed by thomas) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12647 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 10, 2014
-
-
Philipp Nuske authored
This reference solution should fit the conducted test. It was good, if all tests used the parameter from the input file. ... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12592 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 07, 2014
-
-
Philipp Nuske authored
This shoudl revert the reference solution of the 3p model and update the reference solution of the 3p3c model git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12589 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
the reference solutions were not valid any more after commit 12215: removal of incremental update of average molar mass ind fluidstate. It is unclear why this led to changing reference solutions, but no substantial difference in results, also after longer simulation runs, could be observed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12584 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
We agreed that the new consideration of partial pressures makes more sense, therefore the reference is updated. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12583 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 28, 2014
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12558 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 12, 2014
-
-
Benjamin Faigle authored
Update reference solutions to accomondate for the changes of the pressure increment for the fluid compressibility in commit r12400. Only minor differences in the solution. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12465 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
Adapt the 2d-adaptive tests to r12460 to use new class names. Changed name of the test application, problem, reference file etc. to prepare for the upcoming 3d test. Reviewd by GrüniBüni git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12464 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 05, 2014
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12415 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 17, 2013
-
-
Philipp Nuske authored
- longer simulation time: with coarser grid and forward instead of central differences git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12228 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 28, 2013
-
-
Timo Koch authored
the new stokes2c problem now uses the stokesnc model since stokes2c is deprecated/obsolete. new reference test file was necessary due to more output data of stokesnc and small numerical differences in the order of 10^-8 for some entries. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12095 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 15, 2013
-
-
Klaus Mosthaf authored
Small changes in problem setup of the implicit 2p2c test: A gas phase with nitrogen and water vapor is injected (instead of solely the component nitrogen) which is composed according to the prevailing conditions in the aquifer. This is realized with the solution-dependent Neumann boundary condition. Exchanged reference solutions for cc and box, which showed tiny differences. Improved docu. Discussed with Philipp and Bernd, reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11993 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 23, 2013
-
-
Bernd Flemisch authored
Using a mutable permeability tensor in the spatial parameters resulted in wrong averaged permeabilities. Store permeabilities in a vector instead, just like in test_diffusion. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11784 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2013
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11558 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Dominik Riesterer authored
Updated references after implementation of the ability to use either mass or mole fractions and change of default settings. reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11556 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 20, 2013
-
-
Bernd Flemisch authored
test_impeswithamg: run the parallel test a bit longer such that something happens on the second process. Adapt reference solution. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11532 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 19, 2013
-
-
Klaus Mosthaf authored
setting of the inflow velocities (and related pressure variations) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11497 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 17, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11488 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 10, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11439 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 02, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11337 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11335 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11334 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 14, 2013
-
-
Bernd Flemisch authored
the pressures, also some negligible differences in the results. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11193 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 09, 2013
-
-
Markus Wolff authored
- changes due to slightly different time steps git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11164 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jun 14, 2013
-
-
Klaus Mosthaf authored
The inflow velocity is varied sinusoidally. Updated reference solution. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10858 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 23, 2013
-
-
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
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
-
- 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
-
- May 17, 2013
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10708 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
test_cc2p2cni: adapt reference solution due to improved Dirichlet boundary handling for full-implicit cell-centered models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10696 2fb0f335-1f38-0410-981e-8018bf24f1b0
-