1.1. Install on Windows 10¶
This version of the WE-UQ app uses OpenFOAM for pre-processing the CFD model. At the backend, the mesh generation and visualization in the GUI utilize OpenFOAM-10 built-in meshing tools.
Note
The packaged distribution of OpenFOAM is only available for Linux systems. To install OpenFOAM on Microsoft Windows 10, the user needs to use Windows Subsystem for Linux (WSL). WSL will provide a virtual environment for running Linux applications on Windows.
1.1.2. Install OpenFOAM for Windows¶
To install OpenFOAM-10 on Windows 10 or 11, follow the instructions below:
First, open PowerShell from the start menu and run it as an administrator. In the command window, type the following which will install all the necessary Linux features. For detailed instructions please follow Install WSL.
wsl --install --distribution Ubuntu
This will install Ubuntu distribution and launch a new linux terminal to configure the installation. Then, input your user name and password to setup the system as shown bellow.
Then, open WSL from the start menu and execute the following commands line by line on the opened terminal window.
sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
sudo add-apt-repository http://dl.openfoam.org/ubuntu
sudo apt-get update
sudo apt-get install openfoam10
1.1.4. Download the Application¶
Navigate to the WE-UQ Download page, which should resemble Fig. 1.1.4.4, for a list of downloadable files and directories. Click the Windows_Download.zip file and select Download in the pop-up window’s bottom right.
After downloading, extract the zip file to your preferred location, such as C:/SimCenter/. You can create and move a shortcut of the WE-UQ.exe to your Desktop for convenience.
Tip
Use an external compressor like 7-Zip for faster extraction than the default Windows function.
1.1.5. Test the Installation¶
After installation, perform basic checks by running the WE-UQ.exe from the installation directory.
Note
Since the SimCenter is not registered as a Windows vendor, our applications may trigger a warning about unsigned applications from unknown sources when you start the WE-UQ app application for the first time. It is safe to bypass this warning for SimCenter applications.
Launch the application to view the user interface as shown in Fig. 1.1.5.4. It’s recommended to run the 9 Story Building: Sampling Analysis to ensure proper operation.
1.1.6. Troubleshooting¶
If the test example fails, refer to troubleshooting.
Note
Analysis failure may be due to the local working directory path defined in the preference menu. Check for:
Avoid setting the local working directory under cloud-synced folders like OneDrive or Box, which may cause file-not-found errors.
Avoid including non-alphabetic characters or spaces in the path, which may potentially lead to encoding or file-not-found errors.
Avoid setting the local working directory on a different drive than the app executable (.exe), which may result in permission errors , e.g. the executable is under the C drive, and the working directory is under the E drive.