03 August 2020 1 9K Report

Hi everyone,

It is quite urgent for me!

I am doing 2D rotating detonation engine (RDE) simulation in ANSYS Fluent. For inlet boundary condition, there are three possible cases: 1. Pi > Po, where Pi is the pressure inside the domain immediately at the inlet and Po is the total inflow pressure. In this case the pressure inside the RDE at this point is very high and blocks inflow of new mixture through the inlet face. The inlet boundary acts as a wall. 2. Pcr < Pi < Po, where Pcr is the critical pressure. In this case the inlet is not chocked and new mixture flows into the RDE according to: mass flow rate = the integral of (rho*u*dA). 3. Pi < Pcr, in this case the pressure inside the domain is low. The inlet at this point is choked, so maximum flow rate of fuel is flowing into the domain. Pcr is calculated from isentropic relation.

According to the above cases, I wrote velocity inlet boundary UDF. It works in serial mode (parrallel t0 mode), but it took very long time. To speed up the calculation, I tried to modify my code to parrallel. It can be compiled or interpreted (tried both). When I tried run it, some error appeared before first iteration:

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

Node 0: Process 16084: Received signal SIGSEGV.

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

Node 1: Process 16300: Received signal SIGSEGV.

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

Node 2: Process 6876: Received signal SIGSEGV.

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

Node 3: Process 12828: Received signal SIGSEGV.

================================================== ============================ 999999: mpt_accept: error: accept failed: No such file or directory

999999: mpt_accept: error: accept failed: No such file or directory

999999: mpt_accept: error: accept failed: No such file or directory

MPI Application rank 0 exited before MPI_Finalize() with status 2

The fl process could not be started.

Can anyone help me with this?

Sincerely regards

More Tianxu Yin's questions See All
Similar questions and discussions