TAGGED: ansys-student, fluent, hpc
-
-
May 27, 2021 at 4:50 am
nisimshushan
SubscriberHi.
I am using Ansys 2021R1 educational version to simulate a multiphase case.
I am able to get the case to start running on my PC, but when I upload it to our university HPC service, I get some persistent errors.
If anyone can help me figure out how to fix these errors, I will be eternally grateful.
Attached below are first the three errors I see, then ill attach some settings and the full error report.
-----------------------------------------------------------------------
Errors i get in the report after the case is dropped out of HPC
1)
Warning: the rp-transition-model option is not available in this solver
2)
Warning: property-info: unknown property: characteristic-vibrational-temperature
Warning: property-info: unknown property: characteristic-vibrational-temperature
Error: %cxg-ani-change-window: wta[2](int)
Error Object: #f
parallel,
Warning: property-info: unknown property: characteristic-vibrational-temperature
Warning: property-info: unknown property: characteristic-vibrational-temperature
3)
> /solve/dual-time-iterate
Total Time [15] 15
Maximum Number of iterations per time step [40]
Error: = (equal): invalid argument [1]: worng type [not a number]
Error Object: #f
40
--------------------------------------------------------------------------------------
Geometry Settings
May 27, 2021 at 8:42 amRob
Forum ModeratorCheck the command you're using for the iterate command, if the text file came from Windows use the dos2unix command to strip white space characters out of the journal.
Not sure about the rp-transition-model warning, have you been messing with rpsetvar commands?
May 27, 2021 at 8:49 amnisimshushan
SubscriberHi Rob
Thanks for your reply.
To my knowledge, I have not messed with rpsetvar command.
------------
what about the second error message?
2)
Warning: property-info: unknown property: characteristic-vibrational-temperature
Warning: property-info: unknown property: characteristic-vibrational-temperature
Error: %cxg-ani-change-window: wta[2](int)
Error Object: #f
parallel Warning: property-info: unknown property: characteristic-vibrational-temperature
Warning: property-info: unknown property: characteristic-vibrational-temperature
----------
Below is the script from the .txt file
---------
/file/rcd case2-7.cas.h5
/file/cff-files no
/file/autosave/data-frequency
1000
/solve/set/transient-controls/duration-specification-method
2
/solve/set/transient-controls/multiphase-specific-time-stepping
yes
0.8
1e-05
1
1e-05
10
0.8
1.2
1
/solve/dual-time-iterate
15
40
/parallel/timer/usage
wd case2-7.dat.h5
exit
y
------------------------
and this is the script from the _S.txt file
#!/bin/bash
#PBS -P fluent
#PBS -j oe
#PBS -N case2-7.cas.h5
#PBS -l select=16:ncpus=1:mem=1800mb
#### This is to request for 16 cores and 32GB RAM by default.
#PBS -l place=pack
#PBS -l walltime=720:00:00
#### #PBS -l fluent_lic=1;
#### this will be enabled in near future.
cd $PBS_O_WORKDIR;## this line is needed, do not delete and change.
np=$( cat${PBS_NODEFILE} |wc -l );### get number of CPUs, do not change
## Make a temporary scratch space (this should be on /scratch/)
scratch=/scratch/${USER}/${PBS_JOBID}
export TMPDIR=$scratch
mkdir -p $scratch
##--- Put your exec/application commands below ---
module load Ansys/2020R1
fluent 3ddp -g -t${np} -pshmem -ssh -i case2-7.txt
# Remove scratch space
rm -rf $scratch
exit $?
##--- END HERE ---
---------------------------------
May 27, 2021 at 9:55 amRob
Forum ModeratorJournal command looks OK, but check for white space characters as they can be added by Win10 but are seen as command syntax on Linux.
Can you post the screen shot of the start of the property error? Staff are not permitted to open or download attachments.
May 27, 2021 at 10:23 amnisimshushan
SubscriberThanks, I will look for white space characters
---------------
I don't know what you mean by "property error"
Where do I find it?
May 27, 2021 at 11:06 amRob
Forum ModeratorWarning: property-info: unknown property: characteristic-vibrational-temperature
May 27, 2021 at 11:08 amMay 27, 2021 at 11:13 amnisimshushan
Subscriberi think part of the reason my case is failing, is because I do not have the mesh interface figured out properly.
so I would like to ask you a few questions starting with the geometry
summary of geometry:
2" pipe, length 2m, inclined at 30deg, with brine inlet at the bottom and mixture outlet at the top.
near the bottom, I have a 1/2" air inlet and near the top I have a 1/2" salt inlet.
during the simulation, the brine is static, the air travels up towards the mixture outlet and the salt travels down and should collect on the bottom, near the brine inlet. (see image below)
the purpose is to investigate the counterflow behavior of the two phases (air and salt) in the third (brine)
so regarding the geometry:
Should I have 3 bodies and 3 parts? Should I use ShareTopo in this case?
or should I have one part and three bodies? with no SharedTopo in this case?
May 27, 2021 at 11:59 amKR
AdministratorHi Unless you have any moving or rotating parts in your simulation (performing MRF or moving mesh analysis), I'd perform a share topology on the geometry.
Karthik
May 27, 2021 at 12:34 pmnisimshushan
SubscriberThanks Karthik There are no moving/rotating parts in my model.
So considering the mesh interface which needs to be sorted later, you think that 3 parts, 3 bodies, and SharedTopo is the right way to go for this multiphase case?
May 27, 2021 at 1:22 pmnisimshushan
Subscriberok, so assuming the geometry with 3 Bodies, P parts and SharedTopo is the way to go
I would like to clarify something about my Mesh.
For the air inlet at the bottom and the salt inlet at the top, feeding into the main pipe, do I need to insert a Connections -> Contacts -> Contact Region for each one?
or do I need to create a Mesh Edit -> Contact Match Group -> Contact Match for each one?
Or both?
------------------------------
Another question about the Mesh.
In the case of 1 part 3 bodies, the mesh of all the bodies matched up nicely, but using 3 parts 3 bodies, the mesh doesn't allign.
How do I make the mesh of the main pipe and the small inlet pipes match up in the 3 parts 3 bodies case?
May 28, 2021 at 11:42 amKR
AdministratorHello Regarding both your questions, I think is key is in share topology. If the share topology gets applied properly on this geometry, then you will not have any mesh connections. Also, you will see a conformal mesh between all your bodies (you will have one to one connections in your mesh).
Have you applied share topology on this yet?
Karthik
May 28, 2021 at 12:14 pmnisimshushan
SubscriberIn the version with 3 bodies and 3 parts, I have activated ShareTopo
But then to get a nice structured mesh I need to use "slice" in geometry and then "Edge Sizing & multi-zone" in Mesh
Does the "slice" affect the ShareTopo?
Should I have done auto-detect for the contact regions? or should I delete them?
May 28, 2021 at 12:20 pmnisimshushan
SubscriberIn another version I am trying, I have combined all the pipes into 1 body 1 part
So I sacrifice the structured mesh, in order to remove the complexity of the interfaces later in the setup.
The case runs fine on my PC
But once again, when I try to upload to HPC, I get the two persistent errors
The first error I don't understand at all!
The second is also a mystery since my script looks fine for the dual-time-iterate command!
May 31, 2021 at 12:18 pmJune 1, 2021 at 2:01 pmRob
Forum ModeratorIt's worked so I'd not worry too much. Check how the blocking aligns with any edge nodes as that may trigger a warning.
June 3, 2021 at 1:15 pmnisimshushan
SubscriberOK, so i used another version of my Mesh and now I am not getting that error anymore.
Skipping forward, I have managed to get my case to run on HPC.
However, when I try to add a 'report' to my case, I get those persistent errors from earlier.
So to generate a report for Static Pressure for example I am doing the following:
then HPC gives me this error message
plus the persistent error messages from earlier.
And the case does not run
------------------------------------------------------------------------------
Is there another way to set the report? Maybe there is a script I could add to my txt file to generate the report?
Thanks for your help
Nisim
June 3, 2021 at 1:20 pmRob
Forum ModeratorTurn off the "Plot" option and see what happens.
June 3, 2021 at 2:45 pmJune 3, 2021 at 3:10 pmRob
Forum ModeratorThanks, I may link my boss on this one! :)
That suggests there's something odd with the graphics on the HPC. Make sure you save case and data before trying any post processing.
June 4, 2021 at 7:08 amnisimshushan
SubscriberHi again I have a few contours that i am looking at (they are all marked as valid and work properly)
And for some of those i have created animations.
However, no file is saved for the animation.
Could this be linked to the "Storage Directory" being greyed-out?
I have tried switching the "Storage Type" to AVI, JPEG etc' - but it doesn't make any difference.
What have i done wrong?
Thank you
Nisim
June 4, 2021 at 11:27 amRob
Forum ModeratorIt should store the files in the working directory. Given plots aren't working, but contours are there's something odd with either the case or the graphics. I tend to save many contour plots and then create animations externally, it's a habit formed as I've used Fluent longer than the animations have been available.
June 24, 2021 at 1:44 pmnisimshushan
SubscriberHi again I may have found the reason that HPC is not generating the animations i need.
A few months ago, when i reinstalled ansys on a new HD, Ansys asked if i wanted the Pro, Premium Or Enterprise version.
I believe that i kept default as Pro version.
Now i understand that this version offers reduced functionality including when using HPC.
I have been reading through the Ansys Capability Chart 2021 R1
How do i check if i have the Pro or other Version?
How do i change the version?
June 24, 2021 at 2:33 pmRob
Forum ModeratorNot sure, Pro reduces what the solver can do, but gpu support isn't linked to the display it's whether you can use the gpu to accelerate the solver.
June 24, 2021 at 2:41 pmJune 24, 2021 at 3:10 pmRob
Forum ModeratorYou do lose access to some of the solver functions, including the more complex turbulence models. That will explain the transitional error you see - that's one of them. But that should prevent the model running rather than stopping images being saved.
The level used is set by the licence server, not the install so it's more a question of what is set in your licence. will know what to look for.
June 24, 2021 at 3:24 pmANSYS_MMadore
Ansys EmployeeWhen launching FLUENT there is a dropdown in the launcher to select which level of licensing to run. If you only have Pro, you won't be able to run with any other level. You can look at your license file and see which cfd_solve_levelX licenses you have. Pro=level1, Premium=level2, Enterprise=level3.
June 24, 2021 at 3:34 pmJune 24, 2021 at 4:00 pmANSYS_MMadore
Ansys EmployeeAs this is ANSYS Student this would be a limitation on the license. Could you confirm?
June 24, 2021 at 4:22 pmVishal Ganore
Ansys EmployeeAnsys Student version is limited to 4 cores of the HPC license.
June 24, 2021 at 4:45 pmnisimshushan
SubscriberBut can I change a student license to "Premium" instead of "Pro" to access the additional functions?
June 25, 2021 at 12:29 amnisimshushan
SubscriberSo i can run Fluent directly off our University Server and then I get the option to choose Pro, Premium or Enterprise.
My question is, if I setup the case on the server, with the extra features and then export the case and data files Will I then be able to load them on my home desktop student version and continue to run the solution or adjust the case?
June 25, 2021 at 11:04 amRob
Forum ModeratorStudent is a node and core limited licence for Fluent. Otherwise it's pretty much full functionality so it should read back onto the home machine. From a licencing point of view you do need to be careful, and the terms you signed off are available here https://www.ansys.com/academic/terms-and-conditions
June 25, 2021 at 11:37 amnisimshushan
SubscriberThanks, Rob No worries, as the 50-mile access radius from the institute covers the whole of Singapore.
Still no luck getting the university HPC to produce animations.
Also, accessing Fluent via the VPN did not make the missing features available i.e. assign secondary phase to a body from the Cell Zone window, which is a big surprise.
June 25, 2021 at 12:52 pmRob
Forum ModeratorYou don't assign a secondary phase to a cell zone via Cell Zone. You'd assign a fluid or mixture (for multiphase). If you want to patch a volume fraction you want the Patch function in Initialisation. Multiphase isn't in CFD Pro so you won't see it.
June 25, 2021 at 2:05 pmJune 25, 2021 at 2:12 pmJune 25, 2021 at 3:12 pmRob
Forum ModeratorIn the second image you've set a different phase. If the initial condition was all air nothing will change. You then patch "salt" into the salt region which will overwrite the air that's present. Initialise again and plot a contour of air and one of salt.
June 25, 2021 at 3:39 pmnisimshushan
SubscriberThe inclined pipe is full of static brine.
Then I set salt in the top inlet (will flow down the pipe) and air in the bottom inlet (will flow up the pipe)
My aim is to look at the hydrodynamics in the mid-pipe region when they counterflow.
I have set the salt as a high-density viscous fluid with the granular option activated and added salt particle injection to monitor additional behavior.
I am not sure if that is the right way to model a salt flowing. How would you model the salt? Or even sand for example?
March 14, 2022 at 8:05 pmgmteke
SubscriberHello
Please did we understand the meaning of this warning?
Warning: the rp-transition-model option is not available in this solver
March 14, 2022 at 8:06 pmgmteke
SubscriberHello
Please did we understand the meaning of this warning?
Warning: the rp-transition-model option is not available in this solver
March 15, 2022 at 4:25 amnisimshushan
SubscriberHi gmteke Sorry i dont remember this particular error, but i can say that once I stopped trying to "write to file" on HPC, then my simulations ran without the errors I used to see
March 15, 2022 at 10:05 amRob
Forum ModeratorWhat other models are switched on?
December 20, 2022 at 1:31 pmf_antonelli
SubscriberHi, looking at the warning I think you were just loading the incorrect version of fluent on the HPC. I think you created your model with a version newer than that you used on the HPC. In the submission file you should have a line that looks like this: module load ANSYS/2022R2. Make sure that you are not using an older version on the HPC.
Viewing 43 reply threads- You must be logged in to reply to this topic.
Ansys Innovation SpaceBoost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.
Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.
Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
Trending discussions- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Difference between K-epsilon and K-omega Turbulence Model
- Getting graph and tabular data from result in workbench mechanical
- The solver failed with a non-zero exit code of : 2
- Time Step Size and Courant Number
- Mesh Interfaces in ANSYS FLUENT
- Suppress Fluent to open with GUI while performing in journal file
- error: Received signal SIGSEGV
- Using GPU in FLUENT
Top Contributors-
8808
-
4658
-
3151
-
1680
-
1470
Top Rated Tags© 2023 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-