Skip to content
Snippets Groups Projects

Resolve "Ukázky z konzoly nemají být bash"

Merged David Hrbáč requested to merge 50-ukazky-z-konzoly-nemaji-byt-bash into master
57+ files
+ 2389
2221
Compare changes
  • Side-by-side
  • Inline
Files
57+
@@ -44,7 +44,7 @@ Working directory has to be created before sending pbs job into the queue. Input
Journal file with definition of the input geometry and boundary conditions and defined process of solution has e.g. the following structure:
```bash
```console
/file/read-case aircraft_2m.cas.gz
/solve/init
init
@@ -58,7 +58,7 @@ The appropriate dimension of the problem has to be set by parameter (2d/3d).
## Fast Way to Run Fluent From Command Line
```bash
```console
fluent solver_version [FLUENT_options] -i journal_file -pbs
```
@@ -68,7 +68,7 @@ This syntax will start the ANSYS FLUENT job under PBS Professional using the qsu
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
```console
input="example_small.flin"
case="Small-1.65m.cas"
fluent_args="3d -pmyrinet"
@@ -145,7 +145,7 @@ It runs the jobs out of the directory from which they are submitted (PBS_O_WORKD
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
```console
/ansys_inc/shared_les/licensing/lic_admin/anslic_admin
```
Loading