- 25 Mar, 2015 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14443 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
The function is unique to the 1p2c model is not actively in use (functions in the spatial params always return false). It is still possible to globally use two point gradients with the box method by setting the property ImplicitUseTwoPointFluxes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14442 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 Mar, 2015 1 commit
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14382 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Feb, 2015 1 commit
-
-
Bernd Flemisch authored
Since grid implementations like Yasp calculate the Geometries on the fly, every call to entity.geometry() may involve computation. This patch stores a Geometry when it can be used later on in the same block. Only for the implicit models, decoupled contains a lot more. For simple models this actually pays off: for 1p in 3d on a larger grid, the running time could be reduced from 15.5 to 14 s. Reviewed by Timo. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Nov, 2014 1 commit
-
-
Johannes Hommel authored
As decided at the Dumux day. Made by Bernd, reviewed by Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13783 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Sep, 2014 2 commits
-
-
Natalie Schroeder authored
changing dim-matrices to dimWorld-matrices, needed for dim!=dimWorld grids (dispersive fluxes) reviewed by A.Kissinger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13393 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schroeder authored
for all diffusive and dispersive fluxes, changing dim-vectors to dimWorld-vectors, needed for dim!=dimWorld grids reviewed by A.Kissinger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Sep, 2014 1 commit
-
-
Alexander Kissinger authored
- The implicit 1p2c model is ready to use with the non-isothermal model - Added 1p fluidmatrixinteractions to calculate effective thermal conductivity of fluid and solid - Adjusted test/implicit/1p2c: - 1p2coutflowproblem.hh can be switched to nonisothermal - 1p2cconductionproblem.hh compares the model results to a simple analytical model - 1p2cconvectionproblem.hh compares the model results to another simple analytical model Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13264 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Apr, 2014 1 commit
-
-
Christoph Grueninger authored
Add units to comments, fix doxygen groups. (reviewed by martins) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12704 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Oct, 2013 1 commit
-
-
Christoph Grueninger authored
Fix the inclusion of a deprecated header. (reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11885 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Oct, 2013 1 commit
-
-
Philipp Nuske authored
nonetheless it's namespaces should be properly commented :-) reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11865 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Sep, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11329 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Aug, 2013 1 commit
-
-
Klaus Mosthaf authored
The effective diffusivity of the 1p2c model is now treated in the same way as in the 2p2c model and can be selected as exchangeable property (according to FS#181). ATTENTION: The tortuosity method in the specific spatial parameters is not used anymore and has to be removed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11321 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 May, 2013 2 commits
-
-
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
-
- 21 May, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10717 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Feb, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
numFap and numScv. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9884 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9830 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9771 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Nov, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: get rid of the extra elementIntrinsicPermeability function again, at the expense of more complicated code in the flux variables. Works now for both scalar and tensorial perms. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9713 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Nov, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: further unify the treatment of intrinsicPermeability in the problem-specific spatial parameters. This comes at the expense of adding an additional method to the BoxSpatialParams1P base class and a separated treatment in the flux variables. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9703 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Oct, 2012 1 commit
-
-
Bernd Flemisch authored
box 1p2c: remove everything deprecated during 2.2-svn. This includes removal the model-specific problem, as well as several property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9302 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Sep, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Aug, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Aug, 2012 1 commit
-
-
Markus Wolff authored
parameters according to the Dumux meeting at 26.07.12 (see /doc/propparams.ods) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8803 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Jul, 2012 1 commit
-
-
Christoph Grueninger authored
Replaced use of DUMUX_DEPREATED_MSG by DUNE_DEPRECATED_MSG. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8702 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 May, 2012 1 commit
-
-
Katherina Baber authored
transportCompIdx (former x1Idx) is now massOrMoleFracIdx comp0Idx is now phaseCompIdx comp1Idx is now transportCompIdx reviewed by Klaus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8313 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 May, 2012 1 commit
-
-
Bernd Flemisch authored
- Inherit the model specific LocalResidual and Model from the properties BaseLocalResidual and BaseModel instead of BoxLocalResidual and BoxModel. - Replace fvGeometry.numVertices by fvGeometry.numFAP for the flux calculations, or by fvGeometry.numSCV where appropriate. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8223 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Apr, 2012 1 commit
-
-
Katherina Baber authored
reviewed by Nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8127 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Apr, 2012 1 commit
-
-
Bernd Flemisch authored
been renamed to Indices for all box models. This implements FS 128, at least for the box models. The old names have been kept for compatibility. They cannot be marked deprecated, only a // DEPRECATED comment has been made at the appropriate places. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8065 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Feb, 2012 1 commit
-
-
Katherina Baber authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7752 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Feb, 2012 1 commit
-
-
Katherina Baber authored
model -1ptest_problem is now a lens problem, the lens can be defined in the parameter file, documentation is corrected -1p2ctest is not a bio-problem anymore, but uses a new 1phase fluidsystem for component transport of N2 in water. The problem includes an outflow condition, the documentation is corrected (for example: compressible fluids are also possible) -1p2cmodel: use phaseIdx (set in 1p2cindices) instead of hard coded index 0 for the phase, so that it is in general possible to use i.e. a gas phase (see stokes2c as example) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7686 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Feb, 2012 1 commit
-
-
Andreas Lauser authored
- remove stray AC_MSG_RESULT from DUMUX_CHECK_QUAD - slight reformulations of the usage message of test_2p - replace tabulators with four spaces - remove trailing whitespaceformating git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7620 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Jan, 2012 1 commit
-
-
Andreas Lauser authored
- new institute name - add missing modelines - reformat the entry for leopold stadler in air.hh git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7590 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7552 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Jan, 2012 1 commit
-
-
Klaus Mosthaf authored
changes in the 2p2c/2p2cni model git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7425 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Jan, 2012 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7348 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-