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

Commands for Double Precision

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Lance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 20, 2015, 04:31
Default Commands for Double Precision
  #1
Member
 
Stabum's Avatar
 
Join Date: Aug 2012
Location: Italy
Posts: 66
Rep Power: 13
Stabum is on a distinguished road
Hello,
I'm trying to simulate a waterjet propulsion system (with an axial turbo pump and a "S" shaped duct upstream). I firstly adopted a robust convergence approach (Autotimescale, Lenght Scale Option = Conservative, Timescale Factor = 1). After 10 hrs computing I reached 1E-4 RMS with MAX Residuals 2 or 3 orders of magnitude higher.
I changed the Timescale control to Physical Timescale, with an avagage residence time = 0.15 s. No improvements. I increased it to 1.5 s. Nothing has really changed. I would try the "double precision" option but since I'm running these simulatons with a university cluster, I don't know which commands I should add to the .pbs file to activate this option and to start the new simulation from the old one (in order to use the data of the previous one).
Nobody has any idea about what to do.
Please, is there anybody able to help me? Thank so much and... excuse my terrible english.

Below I add the script I've been using so far.


#!/bin/bash -l
#PBS -N FolderName
#PBS -l nodes=1pn=16:NRM
#PBS -l walltime=999:00:00
cd $PBS_O_WORKDIR
cat $PBS_NODEFILE | sort > pnodes
export NCPUS=`cat pnodes | wc -l`
ANSYSLMD_LICENSE_FILE=****@***.***.***.***
export ANSYSLMD_LICENSE_FILE
ANSYSLI_SERVERS=****@***.***.***.***
export ANSYSLI_SERVERS
/opt/shared/ansys/v145/CFX/bin/cfx5solve -def CFX_02_1.def -par-local -partition 8 >> log.txt


Thanks again
Stabum is offline   Reply With Quote

Old   March 20, 2015, 04:42
Default
  #2
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
Quote:
Originally Posted by Stabum View Post
/opt/shared/ansys/v145/CFX/bin/cfx5solve -def CFX_02_1.def -par-local -partition 8 >> log.txt
/opt/shared/ansys/v145/CFX/bin/cfx5solve -def CFX_02_1.def -double -initial-file myresultsfile.res -par-local -partition 8 >> log.txt
if you want to use the results file as initial conditons, or

/opt/shared/ansys/v145/CFX/bin/cfx5solve -def CFX_02_1.def -double -continue-from-file myresultsfile.res -par-local -partition 8 >> log.txt
if you want to continue the simulation.
latermary likes this.
Lance is offline   Reply With Quote

Old   March 20, 2015, 04:54
Default
  #3
Member
 
Stabum's Avatar
 
Join Date: Aug 2012
Location: Italy
Posts: 66
Rep Power: 13
Stabum is on a distinguished road
Quote:
Originally Posted by Lance View Post
/opt/shared/ansys/v145/CFX/bin/cfx5solve -def CFX_02_1.def -double -initial-file myresultsfile.res -par-local -partition 8 >> log.txt
if you want to use the results file as initial conditons, or

/opt/shared/ansys/v145/CFX/bin/cfx5solve -def CFX_02_1.def -double -continue-from-file myresultsfile.res -par-local -partition 8 >> log.txt
if you want to continue the simulation.

You're so kind! Thanks thanks so much!
Stabum is offline   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
[ANSYS Meshing] ICEM output precision papis ANSYS Meshing & Geometry 4 July 9, 2013 09:54
Number of elements x double precision matheusguzella ANSYS Meshing & Geometry 2 October 7, 2009 10:15
OpenFOAM14 for Mac OSX Darwin 104 gschaider OpenFOAM Installation 118 July 20, 2008 05:19
what's wrong about my code for 2d burgers equation morxio Main CFD Forum 3 April 27, 2007 10:38
double precision assigning in FRTRAN R.A.Khurram Main CFD Forum 12 October 2, 2001 11:00


All times are GMT -4. The time now is 03:45.