How do I install FLUKA on Windows 10 using WSL and Ubuntu 20.04?

  • Thread starter Thread starter emilmammadzada
  • Start date Start date
  • Tags Tags
    installation
AI Thread Summary
To install fluka2021.2-linux-gfor64bit-11.2-AA.tar.gz on a Windows 10 machine using WSL with Ubuntu 20.04, ensure that the FLUKA data files are downloaded and the directory /home/emil/fluka/pwxs exists. Users suggest checking resources like the Fluka Docker guide and GitHub repositories for additional installation instructions. Installing Docker may be necessary for certain setups, but specific steps for FLUKA installation should be followed closely. Since FLAIR is working, the FLUKA installation process should be similar, though it may include unique requirements. Properly setting up the environment is crucial for successful installation and operation.
emilmammadzada
Messages
129
Reaction score
19
TL;DR Summary
Fluka installation problem
What path should I follow to install fluka2021.2-linux-gfor64bit-11.2-AA.tar.gz? I'm a Windows 10 user. I installed WSL I'm using Ubuntu 20.04 on wsl.I installed flair and it works. But the fluka does not work and I get an error related to the installation.
:~$ $FLUPRO/flutil/rfluka -h
$TARGET_MACHINE = Linux
$FLUPRO = /home/emil/fluka
Are you sure you downloaded the FLUKA data files?
Apparently the directory /home/emil/fluka/pwxs does not exist
 
Last edited:
Engineering news on Phys.org
Astronuc said:
So, one is using a Win10 machine with a Linux virtual environment (Windows Subsystem for Linux) under which one installed Fluka?

I have not done that in the past, but perhaps there is some useful information here
https://flukadocker.github.io/fluka_wsl/
do i need to install this docker on my virtual machine?
 
emilmammadzada said:
do i need to install this docker on my virtual machine?
I'm not sure what one means by 'install this docker'. The page goes through steps.

Since one installed FLAIR and it works, you should have similar steps to install FLUKA, but perhaps there are some steps unique to FLUKA.

I will probably do much the same in future.
 
  • Informative
Likes emilmammadzada
Hello, I'm currently trying to compare theoretical results with an MCNP simulation. I'm using two discrete sets of data, intensity (probability) and linear attenuation coefficient, both functions of energy, to produce an attenuated energy spectrum after x-rays have passed through a thin layer of lead. I've been running through the calculations and I'm getting a higher average attenuated energy (~74 keV) than initial average energy (~33 keV). My guess is I'm doing something wrong somewhere...
Back
Top