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

fluent 19.2 sofc module initialization

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 19, 2020, 21:11
Default fluent 19.2 sofc module initialization
  #1
Senior Member
 
Join Date: Feb 2020
Posts: 114
Rep Power: 6
lbj007 is on a distinguished road
Hi,
I'm using Solid Oxide Fuel Cell With Unresolved Electrolyte Module,totally following the guide:https://www.afs.enea.it/project/nept...lls/node57.htm
and when I click initialization,the following error occurs:

I've searched for possible reasons in this forum,and I think it's not about udf/udm since I only use the Built-in module with all needed udf/udm set up already,and another possible reason I've found is about parallel/serial,now I'm using serial mode,but then I know that in higher version after 17.0,the serial mode is actually parallel,and I'd like to start fluent with command: fluent 3d -t0, and when initialize it occurs:

but I don't know how to start fluent with double precision mode with command line,I looked up the relevant guide and can't find the corresponding command, or maybe there is other problem I can't find.
Sorry you have to browse so many words,I'm just a beginner, and if there are any possible reason leading to the error such as grid quality/boundary condition problem,please let me know, and of course I hope someone can fix this problem.

ps:here is my module which is very simple and the grid quality report,


Best Regards
lbj007 is offline   Reply With Quote

Old   March 20, 2020, 05:41
Default Commands
  #2
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
Any industrial scale simulation or one where the field variation is very small, e.g., velocity changes from one cell to adjacent are different by only 1e-6 or smaller, double precision becomes vital.

To start in double precision, all you need to mention is dp, e.g.,

fluent <3d|3ddp|2d|2ddp>

Choose one of the four options above.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   March 20, 2020, 09:40
Default
  #3
Senior Member
 
Join Date: Feb 2020
Posts: 114
Rep Power: 6
lbj007 is on a distinguished road
Quote:
Originally Posted by vinerm View Post
Any industrial scale simulation or one where the field variation is very small, e.g., velocity changes from one cell to adjacent are different by only 1e-6 or smaller, double precision becomes vital.

To start in double precision, all you need to mention is dp, e.g.,

fluent <3d|3ddp|2d|2ddp>

Choose one of the four options above.
Thanks for your help, now I successfully start it with serial mode, but it shows:


another problem...
lbj007 is offline   Reply With Quote

Old   March 20, 2020, 09:44
Default Segmentation Fault
  #4
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
This is a very common error and arises whenever Fluent or any program tries to access a memory that is not available. That means, there is something missing in the setup. Ensure that you have enough UDMs, as required by the module, and the module is initialized properly.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   March 21, 2020, 20:55
Default
  #5
Senior Member
 
Join Date: Feb 2020
Posts: 114
Rep Power: 6
lbj007 is on a distinguished road
Quote:
Originally Posted by vinerm View Post
This is a very common error and arises whenever Fluent or any program tries to access a memory that is not available. That means, there is something missing in the setup. Ensure that you have enough UDMs, as required by the module, and the module is initialized properly.
Hi,
I just found another warning, I don't know if it is related

lbj007 is offline   Reply With Quote

Old   March 22, 2020, 04:23
Default Passwordless System
  #6
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
This is not important. You can ignore it. All it expects is that a passwordless system is setup and the password is available for spawning multiple nodes.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   March 22, 2020, 21:58
Default
  #7
Senior Member
 
Join Date: Feb 2020
Posts: 114
Rep Power: 6
lbj007 is on a distinguished road
Quote:
Originally Posted by vinerm View Post
This is not important. You can ignore it. All it expects is that a passwordless system is setup and the password is available for spawning multiple nodes.
ok,thanks a lot, so even if I use parallel mode,can I ignore it? and another question, is MPI needed when using parallel mode? I wonder if it is the reason causing the first problem.

Best Regards
lbj007 is offline   Reply With Quote

Old   March 23, 2020, 03:31
Default Parallel and MPI
  #8
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
I suppose you are already tried parallel. As long as it is on the same machine, it won't be an issue. MPI is required for running in parallel, however, that's already installed as a part of Ansys Suite. So, you don't need to do anything extra.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   March 23, 2020, 06:16
Default
  #9
Senior Member
 
Join Date: Feb 2020
Posts: 114
Rep Power: 6
lbj007 is on a distinguished road
Quote:
Originally Posted by vinerm View Post
I suppose you are already tried parallel. As long as it is on the same machine, it won't be an issue. MPI is required for running in parallel, however, that's already installed as a part of Ansys Suite. So, you don't need to do anything extra.
Oh, I checked the MPI folder in computer, it shows:


does that means it is successfully installed? now I can ensure there is something wrong with my udf/udm settings, Thanks a lot for your time and help!

Best Regards
lbj007 is offline   Reply With Quote

Old   December 23, 2020, 04:47
Default
  #10
New Member
 
Join Date: Dec 2020
Posts: 3
Rep Power: 5
moni91 is on a distinguished road
Hi everyone

I have a similar problem.
Also I am using the SOFC module and it becomes impossible for me to initialize, simply after adding the module.
To add the module, I type the command:

define>models>add module>4

after doing this, the module is added in the off mode (disabled).
After doing this if I try to initialize this message appears:

================================================= ===========================

Node 0: Process 14808: Received signal SIGSEGV.

================================================= ============================

================================================= ============================

Node 1: Process 2328: Received signal SIGSEGV.

================================================= ============================

================================================= ===========================

Node 2: Process 18992: Received signal SIGSEGV.

================================================= ===========================

================================================= ============================

Node 3: Process 11040: Received signal SIGSEGV.

================================================= ============================
MPI Application rank 0 exited before MPI_Finalize () with status 2
The fl process could not be started.

Fluent is started in parallel and double precision mode.
I sincerely thank everyone who takes a minute to help me.
moni91 is offline   Reply With Quote

Old   June 26, 2022, 15:23
Default
  #11
New Member
 
hicham
Join Date: Jun 2022
Posts: 3
Rep Power: 3
hicham14 is on a distinguished road
Hello, please did you find the solution, I have the same problem,
thanks,
hicham14 is offline   Reply With Quote

Old   June 26, 2022, 15:53
Default
  #12
New Member
 
hicham
Join Date: Jun 2022
Posts: 3
Rep Power: 3
hicham14 is on a distinguished road
hello, I have the same problem, please help me,
hicham14 is offline   Reply With Quote

Old   July 19, 2022, 08:41
Default
  #13
New Member
 
Join Date: Dec 2020
Posts: 3
Rep Power: 5
moni91 is on a distinguished road
Quote:
Originally Posted by hicham14 View Post
hello, I have the same problem, please help me,

I am sorry
We were not able to solve the problem for we did not carry out the electrochemical analysis but only the fluid dynamics one
moni91 is offline   Reply With Quote

Reply

Tags
initialization, mpi error, parallel, sofc


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
PEMFC Module Ansys Fluent 17.2 Sundeep FLUENT 11 February 27, 2019 23:43
Data Transferring and initialization between MATHLAB and FLUENT Asghari_M Fluent UDF and Scheme Programming 10 January 17, 2019 11:22
SOFC with unresolved electrolyte module babakghorbani FLUENT 0 January 12, 2017 00:54
Two dimensional simulation of a PEMFC in Fluent fuel cell module A CFD free user FLUENT 0 October 17, 2014 06:59
fluent nox module for nox reduction using sncr asim ibrahim Main CFD Forum 3 October 11, 2006 02:07


All times are GMT -4. The time now is 07:33.