Releases: TS-CUBED/haemoFoam
v0.3.2
v0.3.1
v.0.3.0
Update: bump version to 0.3.x since last changes were breaking old cases!
Please use the released versions. Repo is WIP and will be inconsistent at times. Version branches will be frozen, however.
If you want to contribute, please fork the repo and send PRs :-)
Changelog
- cases need a BC file for
gammaDot
- the way the collision based migration pressure is calculated needs a special treatment at the wall. Otherwise the migration from the wall will be severely underestimated. For the time being this is done via azeroGradient
(orslip
) boundary condition forgammaDot
at the wall. Inlets and outlets arezeroGradient
as well.
This is the way the models for (Schenkel and Halldiday 2021) were set up, so is the validated method. I took the MUST_READ
out in a later version, which lead to some models being set up without this BC in place - which leads to wrong results.
v0.2.9
Please use the released versions. Repo is WIP and will be inconsistent at times. Version branches will be frozen, however.
If you want to contribute, please fork the repo and send PRs :-)
Changelog
- cases need a BC file for
gammaDot
- the way the collision based migration pressure is calculated needs a special treatment at the wall. Otherwise the migration from the wall will be severely underestimated. For the time being this is done via azeroGradient
(orslip
) boundary condition forgammaDot
at the wall. Inlets and outlets arezeroGradient
as well.
This is the way the models for (Schenkel and Halldiday 2021) were set up, so is the validated method. I took the MUST_READ
out in a later version, which lead to some models being set up without this BC in place - which leads to wrong results.
v0.2.8
Please use the released versions. Repo is WIP and will be inconsistent at times. Version branches will be frozen, however.
If you want to contribute, please fork the repo and send PRs :-)
Changelog
- cases without windkessel boundary condition no longer require the windkesselProperties file
v0.2.7
Please use the released versions. Repo is WIP and will be inconsistent at times. Version branches will be frozen, however.
If you want to contribute, please fork the repo and send PRs :-)
Changelog
- Windkessel Parameters can now be given in physiological or in SI units (previously only SI units). A new flag
physiologicalUnits
is required inwindkesselProperties
. Setting this tofalse
will make it use SI units.
IMPORTANT: the physiologicalUnits
flag is not optional, but must be there. I decided to do it this way, since I'd need to make false
the default, in order not to break old cases, but did not want that, since people found the SI units confusing and awkward, when all windkessel research is in physiological units. So I made the decision to break ALL old cases, and make you think about these units. Sorry.
Updated the tutorial case:
windkesselProperties
is now inconstant
- Windkessel properties Z, C, R are now in physiological units
- case includes functionObjects for wallShearStress and averages
v0.2.6
haemoFOAM v0.2.5
Please use the released versions. Repo is WIP and will be inconsistent at times. Version branches will be frozen, however.
If you want to contribute, please fork the repo and send PRs :-)