1. Open two terminals, open "fluid" directory in one, open "solid" directory in the other
2. In fluid
	a. run command "gmshToFoam mesh"
	b. change the type of defaultFaces from "patch" to "empty" in "constant/polymesh/boundary"
	c. change number of subdomains (and divisions accordingly) in "system/decomposeParDict" as per the cores in the computer
	d. in the "allrun" file change "mpirun -np 12 pimpleFoam -parallel" to the number of subdivisions made according to the cores
	e. run command "./allrun"
3. In solid
	a. run command "./run.sh"

Note: if the run scripts are not executable use these commands
chmod +x allrun
chmod +x run.sh

case setup for 
	OpenFOAM 2112
	Calculix-2.20
	PreCICE 2.5.0


