Skip to content

SebastianM-C/EPOCHInput.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPOCHInput

Stable Dev Build Status Coverage https://www.tidyverse.org/lifecycle/#experimental

This package can be used to acces the initial conditions of EPOCH simulations from julia by parsing the input.deck file.

Instalation

]add EPOCHInput

To parse an input.deck file, use the parse_input function.

parse_input(file_name)

The parser is quite simple for the moment and only accepts simple key-value expressions and key references from previous blocks (such as the constant block).

More information about the structure of input.deck files can be found in the EPOCH documentation.