|
[Sponsors] |
April 2, 2020, 23:39 |
Process Killed icoFoam
|
#1 |
Member
Akshay Patil
Join Date: Nov 2015
Location: Pune, India
Posts: 35
Rep Power: 11 |
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 |
|
April 3, 2020, 06:17 |
|
#2 |
Member
Akshay Patil
Join Date: Nov 2015
Location: Pune, India
Posts: 35
Rep Power: 11 |
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. |
|
Tags |
icofoam, process killed |
|
|
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 03:15 |
snappyHexMesh process killed | BSengupta | OpenFOAM | 0 | November 11, 2019 05:31 |
process rank 12 with PID 25320 on node exited on signal 9 (killed). | Nitisha | CONVERGE | 6 | September 15, 2018 01:31 |
[snappyHexMesh] sHM layer process keeps getting killed | MBttR | OpenFOAM Meshing & Mesh Conversion | 4 | August 15, 2016 04:21 |
The fl process could not be started because of UDF | majid_kamyab | Fluent UDF and Scheme Programming | 6 | December 15, 2015 09:42 |