Recent Releases of openbf
openbf - v1.1.0
New features
- Copy yaml file in output directory. Closes #23
- You can now specify any path for the output directory by as
results folderin the project yaml. Closes #24
Throw error if
- sn = tn for any vessel
- a node used only once has not an
outletproperty defined - a node is connected to more than three vessels
- the network is split in multiple parts not properly connected
Warn about
- arteries whose radius is larger than 5cm
- Julia
Published by alemelis over 5 years ago
openbf - v0.6.3
New features
- command line arguments parsing using ArgParse.jl
- command line help (
openBF --help) - unique
.ymlinput file using YAML.jl - multiple inlets
- heterogeneous outlet boundary conditions
- new unit tests suite with code coverage
lambda profilecan be different across vesselsjumpis 100 by default but can be specified in the.ymlh0can be specified in the.ymlfor each vessel
Enhancements
- replaced comment lines with docstrings (#14)
- replaced
Int64withInt(#15) - using StaticArrays.jl to speed up junction calculations
- wrote a generic Newton-Raphson for junction solutions
- moved
BTypes.jlintoopenBF.jl(#11) - rewrote and optimised
initialise.jl - optimised
IOutils.jl - rewrote solver functions in
solver.jl - deleted
godunov.jlandMUSCL.jl
- Julia
Published by alemelis almost 8 years ago
openbf - v0.6.2
- Eliminated dependencies: LightGraphs.jl and ProgressMeter.jl
- Added
saving_rateconstant - Updated licence to Apache 2.0
- Added
verboseflag - Added
no_outto eliminate.outfiles after execution - Added
no_inputsto eliminate input files in results folder - Eliminated
.tempfiles after execution - Fixed
checkConvergence()function - Citation information in readme
- Julia
Published by alemelis over 8 years ago