- Feb 02, 2016
-
-
Christoph Grüninger authored
Add symbolic link from COPYING to LICENSE.md
-
Kilian Weishaupt authored
[properties] remove TypeTags "ImplicitModel" and "ExplicitModel" The TypeTags haven't been used apart from one internal inheritance. See FS#304 for details. See merge request !61
-
Christoph Grüninger authored
Feature/drop alberta for foamgrid See merge request !62
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Bernd Flemisch authored
The TypeTags haven't been used apart from one internal inheritance. See FS#304 for details.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
- Jan 28, 2016
-
-
Dennis Gläser authored
[cleanup] Remove not used includes and empty destructor See merge request !58
-
Christoph Grüninger authored
-
Dennis Gläser authored
Cleanup/fs211 use conv func See merge request !57
-
Kilian Weishaupt authored
Use volvars.saturation(phaseIdx) and volvars.density(phaseIdx) instead of volvars.fluidstate().x(phaseIdx)
-
Dennis Gläser authored
Cleanup/fs211 use conv func mpnc Thanks to Dennis for helping with the temperature issue! See merge request !56
-
Kilian Weishaupt authored
Implement a temperature() function in the volvars and use it instead of volvars.fluidstate().xtemperature(). This reuqired the implementation of two template functions to ensure that the correct temperature() function is called depending on the number of energy equations considered.
-
- Jan 27, 2016
-
-
Alexander Kissinger authored
[compositionalfluidstate] Fix bug introduced in commit 15029. Fixes a bug with conditional jump over uninitialized values, which was intoduced by generalizing how massFractions are set. This keeps the generalization, but reverts everything else to what it has been before. Thanks gruenich for git-bisecting. See merge request !51
-
Kilian Weishaupt authored
Use volVars.moleFraction(wPhaseIdx, NaClIdx) instead of volVars.fluidState().moleFraction(wPhaseIdx, NaClIdx)
-
Kilian Weishaupt authored
Implement a viscosity() function in the volvars and use it instead of volvars.fluidstate().x().
-
Kilian Weishaupt authored
Implement functions in the volvars and use them instead of volvars.fluidstate().x().
-
Bernd Flemisch authored
[decoupled] increase flexibility of some functions The calls to several functions are hardwired to the base class. By using asImp, some of those calls are now forwarded to the derived class, if applicable. See merge request !55
-
Beatrix Becker authored
The calls to several functions are hardwired to the base class. By using asImp, some of those calls are now forwarded to the derived class, if applicable.
-
Kilian Weishaupt authored
Bugfix/pass negative values See merge request !53
-
Kilian Weishaupt authored
Implement a pressure() and density() function in the volvars and use it instead of volvars.fluidstate().x(phaseIdx).
-
Kilian Weishaupt authored
Implement molefraction(), massfraction(), molarity() and molardensity() functions in the volvars and use it instead of volvars.fluidstate().x().
-
- Jan 26, 2016
-
-
Kilian Weishaupt authored
Implement a saturation() function in the volvars and use it instead of volvars.fluidstate().saturation(phaseIdx).
-
Thomas Fetzer authored
[test_boxmpnckinetic] Update reference solution After commit 8557b77e which fixed shadowed variables in the fluidsystem, the test did not pass anymore. In addition, a new grid creator is used now which also leads to slight differences in the coordinates. Therefore, the reference solution had to be updated. See merge request !54
-
Kilian Weishaupt authored
After commit 8557b77e which fixed shadowed variables in the fluidsystem, the test did not pass anymore. In addition, a new grid creator is used now which also leads to slight differences in the coordinates. Therefore, the reference solution had to be updated.
-
Thomas Fetzer authored
-
- Jan 25, 2016
-
-
Thomas Fetzer authored
Fixes a bug with conditional jump over uninitialized values, which was intoduced by generalizing how massFractions are set. This keeps the generalization, but reverts everything else to what it has been before. Changes in reference solutions are necessary due to small changes. Thanks gruenich for git-bisecting.
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
The bash script accepts any number of files as input arguments: bash ./fix_includes file1 [file2 ...]
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-