CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Problems with text command interface of Fluent

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 7, 2005, 03:43
Default Problems with text command interface of Fluent
  #1
Pascal Anschau
Guest
 
Posts: n/a
Hello,

I want to use Fluent (6.2) in a parallel environment, starting the job with a script file containing all the necessary commands to set up the case. The problem I encounter is with the initialize-flow command: When I use it the first time, I get a segmentation violation fault, but Fluent continues to work. When I enter the same command again, the initialization takes place without the slightest complaint. If I used a single processor machine only I would not be bothered at all, but when using a parallel machine, this segmentation violation causes the jobs on the other processors to crash. The following is my script file:

---------------------------------

#!/bin/bash

/opt/fluent/6.2.16/Fluent.Inc/bin/fluent 3ddp -g -64 << EOFluentInput > test.log

file/confirm-overwrite n

file/read-case test.msh

grid/scale 0.001 0.001 0.001

surface/plane-slice y_0 0 1 0 0

define/models/solver segregated yes

define/models unsteady-1st-order yes

define/models/viscous ke-standard yes

define/models multiphase vof 2 geo-reconstruct 0.25 yes yes yes

;define/models multiphase vof 2 implicit yes

define/materials copy fluid water-liquid

define/phases/phase-domain phase-1 luft yes air

define/phases/phase-domain phase-2 wasser yes water-liquid

define/operating-conditions gravity yes 0 0 -9.81

define/operating-condition operating-pressure 101325

define/operating-condition reference-pressure-location 0.1 0 0.1

define/operating-condition operating-density yes 1.225

define/boundary-conditions pressure-inlet einlass_unten mixture yes no 0 no 0 no yes yes no 1 no 1

define/boundary-conditions pressure-inlet einlass_unten mixture yes 1 yes yes 0 -4.8 no 0.001 no yes no no no yes 10 6

define/boundary-conditions pressure-inlet einlass_oben mixture yes no 0 no 0 no yes yes no 1 no 1

define/boundary-conditions pressure-inlet einlass_oben mixture yes 1 yes yes 0 -4.8 no 0.001 no yes no no no yes 10 6

define/boundary-conditions pressure-outlet auslass_oben mixture yes no 0 no no yes yes no 1 no 1

define/boundary-conditions pressure-outlet auslass_unten mixture yes no 0 no no yes yes no 1 no 1

define/boundary-conditions pressure-outlet auslass_oben mixture yes 1 yes 0 -4.8 no no yes no no no yes 10 6

define/boundary-conditions pressure-outlet auslass_unten mixture yes 1 yes 0 -4.8 no no yes no no no yes 10 6

solve/set discretization-scheme pressure 13

solve/set discretization-scheme mom 0

solve/set discretization-scheme k 0

solve/set discretization-scheme epsilon 0

solve/set p-v-coupling 22

solve/set piso 1 1 yes

solve/set equations flow yes

solve/set equations ke yes

solve/set equations mp yes

solve/set under-relaxation body-force 1

solve/set under-relaxation density 1

solve/set under-relaxation epsilon 0.8

solve/set under-relaxation k 0.8

solve/set under-relaxation mom 0.7

solve/set under-relaxation pressure 0.3

solve/set under-relaxation turb-viscosity 1

solve/monitors/residual convergence-criteria 0.001 0.001 0.001 0.001 0.001 0.001

file/autosave data-frequency 1

file/autosave root-name test

file/autosave overwrite-existing-files yes

file/autosave max-files 2

solve/init/compute-defaults pressure-inlet einlass_oben mixture

solve/init initialize-flow

solve/init initialize-flow yes

adapt/mark-inout-hexahedron yes no 0 24 -4 4 -4.8 0 solve/patch wasser ( ) 0 ( ) mp 1

file/write-case test.cas

file/write-data test.dat

solve/set/time-step 0.001

solve/dual-time-iterate 100 500

file/binary-files y

file/confirm-overwrite n

exit

y

EOFluentInput

------------------------------------------------

I hope this is not too detailed though ;-)

Any ideas?

Thanks in advance for any advice!

P.A.
  Reply With Quote

Old   November 8, 2005, 12:28
Default Re: Problems with text command interface of Fluent
  #2
Chris Bailey
Guest
 
Posts: n/a
Sorry, I have nothing useful to offer in re this problem. But I had to write because it appears you are a rare example of someone writing significant .jou file programs. I do almost all my CFD work this way and wonder what resources you used to get proficient at this, and what tips you have to share. Writing .jou files seems very difficult to me, because of all the experimenting necessary to discover the text prompt questions each line must answer, and especially because the questions are often state-dependant in ways one might not anticipate.

How have you managed? Do you have any resources you'd care to share, beyond the docs available from Fluent? Thanks - and sorry I wasn't any help!
  Reply With Quote

Old   November 9, 2005, 07:25
Default Re: Problems with text command interface of Fluent
  #3
Pascal Anschau
Guest
 
Posts: n/a
Unfortunately I do it exactly the same way you described. It took me lots of hacking through the TUI menu to find the entries I am used to see in the GUI. What seems most crucial to me is that many settings in the TUI can not be made at the same "menu" position like in the GUI, which is really confusing sometimes. The worst thing is, that there seems to be no appropriate documentation on this scripting stuff. I am sorry that I can be not really helpfull on this!

Cheers, Pascal Anschau.
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problems with Fluent display windows chris FLUENT 3 January 7, 2016 10:44
Fluent Convergence Problems Vidya FLUENT 24 January 1, 2016 13:01
Fluent jobs through pbs ibnkureshi FLUENT 5 June 9, 2011 13:43
solving of multi phase problems using fluent satyanarayana FLUENT 3 November 20, 2009 16:37
Problems with the UDF in Fluent Mathew FLUENT 1 February 26, 2008 19:15


All times are GMT -4. The time now is 02:19.