CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Process Killed icoFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 2, 2020, 22:39
Default Process Killed icoFoam
  #1
Member
 
Akshay Patil
Join Date: Nov 2015
Location: Pune, India
Posts: 35
Rep Power: 10
Akshay_11235 is on a distinguished road
Hello CFD nerds,

I am working on a solver based on icoFoam which basically does the following

1) Do the normal business using icoFoam
2) Calculate certain mean quantities
3) Change velocity as follows where S = constant vector, so it does not affect the divergence of the velocity field.

U += dt*S;
U.correctBoundaryConditions();

These are the only two steps I have added in the base icoFoam solver.

The code compiles successfully. However, when I run the case, it runs for exactly 23 time steps and thereafter takes awfully too long for one time step increment eventually failing and process is killed.

I would love to hear if you have any comments on this! Thanks a lot!

Regards,

Akshay Patil
Akshay_11235 is offline   Reply With Quote

Old   April 3, 2020, 05:17
Default
  #2
Member
 
Akshay Patil
Join Date: Nov 2015
Location: Pune, India
Posts: 35
Rep Power: 10
Akshay_11235 is on a distinguished road
Just curious if there is an elegant way to do the following:

volVectorField U
vector correction

Unew =U - correction

Basically subtract each cell centre value of velocity with the correction vector. The issue seems to reside there.
Akshay_11235 is offline   Reply With Quote

Reply

Tags
icofoam, process killed


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
Process killed unexpectedly and without any apparent reason amh@inventas.no OpenFOAM Running, Solving & CFD 2 January 19, 2024 02:15
snappyHexMesh process killed BSengupta OpenFOAM 0 November 11, 2019 04:31
process rank 12 with PID 25320 on node exited on signal 9 (killed). Nitisha CONVERGE 6 September 15, 2018 00:31
[snappyHexMesh] sHM layer process keeps getting killed MBttR OpenFOAM Meshing & Mesh Conversion 4 August 15, 2016 03:21
The fl process could not be started because of UDF majid_kamyab Fluent UDF and Scheme Programming 6 December 15, 2015 08:42


All times are GMT -4. The time now is 18:57.