6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 9 months ago.
Sep 04, 2022 — Sep 04, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... almost 16 years ago
Makefile.am in dumux/ corrected More... almost 16 years ago
[no comment] More... almost 16 years ago
[no comment] More... almost 16 years ago
moved injectionproblem to test/twophase, made small changes to test_2p2c More... almost 16 years ago
2p2c: corrected diffusion, improved variable switch, inserted information about oldPhaseState, added phaseState to output More... almost 16 years ago
box2p2cnijacobian: fixed diffusion, when phaseState is WaterPhase or GasPhase: Diffusive fluxes of the phase that is not present have to be set to zero! Improved variable switch, deleted unneccessary lines More... almost 16 years ago
[no comment] More... almost 16 years ago
[no comment] More... almost 16 years ago
solution vector argument of function initiateStaticData deleted call of function clearVisited() needed if variableSwitch is performed only at the end of each timestep More... almost 16 years ago
box2p2cni: Function primary variable switch was performed at the initial timestep and lead to a variable switch, because secondary variables were not defined at that time. To avoid this, the function 'initiateStaticData' is called instead of 'updateStaticData'. In primVarSwitch, the output of the coordinates was corrected. 2p2cnimodel: small superfluous line was deleted (variable sfs) More... almost 16 years ago
modified test_2p2cni application, problem and grid. The corners still produce some errors concerning phase state and saturations More... almost 16 years ago
added multiwriter output of phase state to box2p2cni More... almost 16 years ago
box2p2cni: the initial phase state for the old time step is included More... almost 16 years ago
modified test_2p2c.cc injectionproblem, corrected box2p2cjacobian, box2p2c.hh More... almost 16 years ago
changed unitcube2.dgf in test_2p2cni back to 6x4 meters, added unitcube2_waterco2.dgf instead More... almost 16 years ago
TotalCO2Mass function to calculate the total mass of CO2 in the model domain. ComputeFlux function to calculate the flux across a certain plane in the model domain. vtkout function is empty since vtkmultiwriter is used for 2p2cni models More... almost 16 years ago
modified test_2p2cni.cc and waterco2problem.hh. enlarged model domain and used water and air as media. More... almost 16 years ago
[no comment] More... almost 16 years ago
[no comment] More... almost 16 years ago
saturation slope stored More... almost 16 years ago
[no comment] More... almost 16 years ago
[no comment] More... almost 16 years ago
calculates co2 mobility dependent on co2 density will probably be changed soon after reorganisation of the material folder More... almost 16 years ago
calculates co2 mobility dependent on co2 density will probably be changed soon after reorganisation of the material folder More... almost 16 years ago
The oldPhaseState variable is updated after each time step More... almost 16 years ago
In the former version the function updateVariableData(old=true) was called with the new phase state. This caused a wrong value for ComputeM(old). Now the old phase state is used for the call of updateVariableDate(old=true) More... almost 16 years ago
subdivided dumux-handbook.tex into several sub-texs, startet to work on the quickstart-guide More... almost 16 years ago
latex label added in test_twophase More... almost 16 years ago
added enthalpy function for air into constrelair.hh; also added (sometimes empty) functions for enthalpy and internal energy in properties.hh. Enhalpy has some implementation for CO2, water, air and brine More... almost 16 years ago