- Oct 26, 2012
-
-
Christoph Grüninger authored
Replace a continue with else, this code should be a bit easier to read. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9450 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 25, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9440 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
Communicate subdomain information in the multiphysics models if run in parallel. This fixes subdomain definition if subdomain enters ghost cells. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9439 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Remove absurd semicolon after methods. (reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9437 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Bring the joy of parallelism also to the common decoupled stuff. Fix the pressure matrix assembly in parallel if faces are visited only once. Can be tested with test/decoupled/2p/test_parallel in dumux-devel. Reviewed by Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9434 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9433 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
BoxAssembler: replace local variable names "n", "nVerts" and "numVertices" by "numVerticesLocal" and "numVerticesGlobal" depending on what they actually stand for. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9430 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
Correct parallel output: pvd files linked to vtu-parts seperated by ":" instead of "-" (the latter is written out by /grid/io/file/vtk/vtkwiter.hh/ => closing flyspray #169 reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9429 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 24, 2012
-
-
Philipp Nuske authored
-> temperature) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9424 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9423 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 23, 2012
-
-
Bernd Flemisch authored
Enable parallelism for decoupled 2p2c. Requires AMGBackend and patches for pdelab and istl. Can therefore only be used from devel (currently). Reviewed by Benjamin. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9414 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 22, 2012
-
-
Philipp Nuske authored
corrected the function signature of the function that calculates heat capacity of the liquid phase. This corrects a mistake originating from my last commit. reviewed by benjamin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9398 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Holger Class authored
component and the corresponding fluid system git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9397 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 19, 2012
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 18, 2012
-
-
Nicolas Schwenck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9389 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
h2o: removed a lot of semicola, make an "if not" out of an "assert". The function is anyway tabulated and this way we are always sure, that we are in the value of validity of the equation mesitylene & xylene: correctly apply gaussian integration to a sensible temperature range (i.e. make 0C the reference of enthalpy) h2oairfluidsystem: add a . after a floating point number git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9388 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
SpatialParamsForchCoeff in all boxmodels. This enables the user to apply a default value for the forchheimer coefficient and merely switch the BaseFluxvariables property. - remove include of the model in 2p2c spatialparameters. Otherwise the forchheimer property is multiply defined. headercheck still works. - include reference/hint in the forchheiemerspatialparams as how to include better-than-default forchheimer coefficients git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9384 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
Bugfix in defaultcomponents and BrineCO2FluidSystem: -Typedef of BrineRawComponent to be used as template argument for the typedef Brine in defaultcomponents. -In BrineCO2FluidSystem additional GET_PROP for BrineRawComponent as a template argument for the parent class. Reviewed and developed with Benjamin. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9380 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
in the individual boxproperties. This way only the BaseFluxVariables needs to be set to BoxForchheimerFluxVariables<TypeTag> in order to test the forchheimer velocity approximation in stead of darcy. Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9377 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
old one deprecated reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9371 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 17, 2012
-
-
Bernd Flemisch authored
rename propparams.ods to parameters.ods. Add html-version parameters.html and include it in parameterlist which is read by Doxygen. Include a pointer in the handbook. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9365 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9360 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
- Bugfix: Component Brine now uses the set salinity (for density calulation etc) - Property Salinity now called ProblemSalinity, which can be set via the parameter tree (Group: Problem, Param: Salinity) Co2 tests adapted accordingly. reviewd by & developped with Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9358 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9357 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Dune 2.2, by the preferred way AluGrid <..> (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9352 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9349 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by pnuske) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9348 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9342 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
decoupled common: remove everything deprecated during 2.2-svn. This mainly includes new property and parameter names, as well as some member function names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9332 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
decoupled 2p2c: remove everything deprecated during 2.2-svn. This mainly includes new property and parameter names, as well as some member function names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9331 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
decoupled 2p: remove everything deprecated during 2.2-svn. This mainly includes new property and parameter names, as well as some member function names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9330 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
decoupled 1p: remove everything deprecated during 2.2-svn. This mainly includes new property and parameter names, as well as some member function names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9329 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9325 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
stokes 2cni: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9324 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
stokes 2c: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9323 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
stokes: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9322 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9321 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
material: remove everything deprecated during 2.2-svn. This includes the directory spatialparameters and the index naming in the fluid systems. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9320 2fb0f335-1f38-0410-981e-8018bf24f1b0
-