Installation
The intended operating system for LCMsim v2 is Windows. The software was extensively tested for Windows 10. In order to use LCMsim v2 for filling simulations perform the following steps:
- Download LCMsim v2: Latest release
- Extract, change to install folder and double click on the batch file to install the missing Julia packages (or alternatively install Julia and all the packages):

- Configure lcmsim_config.jl:
i_batch=0 #0..GUI for input files, 1..GUI with mask for parameter input
i_model=2 #1..RTMsim model, 2..Default LCMsim model, 3..Pressure dependent porosity and permeability
i_mesh=2 #1..dat (NASTRAN), 2..inp (ABAQUS)
mypath=joinpath(pwd())
repositorypath="D:\\work\\LCMsim_v2_repositorydirectory\\LCMsim_v2.jl" #Path to LCMsim_v2.jl folder
guipath="D:\\work\\LCMsim_v2_repositorydirectory\\LCMsim_GUI\\gui_and_cases\\gui" #Path to gui folder
include(joinpath(guipath,"lcmsim_v2_gui_gtk4.jl"))
- Change to cases folder. Depending on the settings in the config file a different GUI opens. Launch the GUI in the cases folder by double clicking:
