... | ... | @@ -79,9 +79,39 @@ this will cause issues. To avoid such problems, there are two possible solutions |
|
|
### Native-windows
|
|
|
<a name="native"></a>
|
|
|
|
|
|
The installer for cross-compiled Windows binaries:
|
|
|
https://dl.openfoam.com/source/latest/OpenFOAM-windows-mingw.exe
|
|
|
Download the package of the latest OpenFOAM version by simply clicking
|
|
|
the link below (Please ensure that you have at least 300MB of available storage
|
|
|
space on your hard disk):
|
|
|
|
|
|
[Link to OpenFOAM-windows-mingw.exe](https://dl.openfoam.com/source/latest/OpenFOAM-windows-mingw.exe)
|
|
|
|
|
|
The package is an executable. Run this executable to open the installation
|
|
|
wizard, and simply follow the wizard's installation instructions specific to
|
|
|
your system. (Please ensure that you have enough available storage
|
|
|
space on your hard disk).
|
|
|
|
|
|
You may also need to install Microsoft MPI (MS-MPI) executable. Similary, download
|
|
|
the following package (i.e. `msmpisetup.exe`), and follow its installation
|
|
|
wizard:
|
|
|
|
|
|
[Link to Microsoft MPI v10.0](https://www.microsoft.com/en-us/download/details.aspx?id=57467)
|
|
|
|
|
|
Upon completion of the above steps, an icon will be created on your desktop.
|
|
|
Double-click this icon to launch a terminal window. Running this icon will load
|
|
|
the OpenFOAM environment. Verify the contents of OpenFOAM in a terminal as follows
|
|
|
(`$` is the command prompt, indicating that the
|
|
|
[terminal](https://opensource.com/article/21/8/linux-terminal) is ready to
|
|
|
accept a command.):
|
|
|
|
|
|
```
|
|
|
$ ls -p
|
|
|
OpenFOAM/
|
|
|
|
|
|
$ cd $WM_PROJECT_DIR
|
|
|
|
|
|
$ ls -p
|
|
|
bin/ COPYING etc/ etc-mingw META-INFO platforms/ README.md ThirdParty/ tutorials/
|
|
|
```
|
|
|
|
|
|
### Docker
|
|
|
<a name="docker"></a>
|
... | ... | |