Skip to content
Snippets Groups Projects
Commit 3488f239 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

docs.it4i/salomon/software/ansys/ansys-fluent.md

parent caa57284
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!67Remark
Pipeline #
......@@ -5,8 +5,6 @@ software contains the broad physical modeling capabilities needed to model flow,
1. Common way to run Fluent over pbs file
* * *
To run ANSYS Fluent in batch mode you can utilize/modify the default fluent.pbs script and execute it via the qsub command.
```bash
......@@ -60,8 +58,6 @@ The appropriate dimension of the problem has to be set by parameter (2d/3d).
2. Fast way to run Fluent from command line
* * *
```bash
fluent solver_version [FLUENT_options] -i journal_file -pbs
```
......@@ -70,8 +66,6 @@ This syntax will start the ANSYS FLUENT job under PBS Professional using the qs
3. Running Fluent via user's config file
* * *
The sample script uses a configuration file called pbs_fluent.conf if no command line arguments are present. This configuration file should be present in the directory from which the jobs are submitted (which is also the directory in which the jobs are executed). The following is an example of what the content of pbs_fluent.conf can be:
```bash
......@@ -149,8 +143,6 @@ It runs the jobs out of the directory from which they are submitted (PBS_O_WORKD
4. Running Fluent in parralel
* * *
Fluent could be run in parallel only under Academic Research license. To do so this ANSYS Academic Research license must be placed before ANSYS CFD license in user preferences. To make this change anslic_admin utility should be run
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment