From 3488f239f753b45758e8ccc7a4268071af31c6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Thu, 26 Jan 2017 15:12:16 +0100 Subject: [PATCH] docs.it4i/salomon/software/ansys/ansys-fluent.md --- docs.it4i/salomon/software/ansys/ansys-fluent.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs.it4i/salomon/software/ansys/ansys-fluent.md b/docs.it4i/salomon/software/ansys/ansys-fluent.md index c9c2a8020..aefcfbf77 100644 --- a/docs.it4i/salomon/software/ansys/ansys-fluent.md +++ b/docs.it4i/salomon/software/ansys/ansys-fluent.md @@ -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 -- GitLab