I will add that the code usually dumps the most recent solution (as long as I/O is turned on) when it cuts to failure and that may provide additional information.
Glenn
0.d0 0.d0 0.d0
1.d0 1.d0 1.d0
/
END
The issue here is that you have a closed system with strong thermal gradients and only source/sinks. Densities/pressures are all over the place.
One quick question: Is the prescribed injection rate the total injection rate or should it be prescribed to each of the three inlet cells? If it is the total injection rate, use TYPE SCALED_VOLUMETRIC_RATE VOLUME for the inlet.
Otherwise, you need to set a Dirichlet pressure/temperature condition at the outlet (you can just use the initial condition). This will allow the outlet boundary to lose mass without over/under pressurizing the domain. It is too difficult with just a source and a sink. Or perhaps I am missing something.
Glenn
Should use a NEUMANN boundary condition with a specified FLUX at REGION 'inlet' with the REGION being defined at the WEST FACE.
Glenn
The issue here is that you have a closed system with strong thermal gradients and only source/sinks. Densities/pressures are all over the place.
One quick question: Is the prescribed injection rate the total injection rate or should it be RATE VOLUMETRIC_RATE
int heprescribed to each of the three inlet cells? If it is the total injection rate, use TYPE SCALED_VOLUMETRIC_RATE VOLUME for the inlet.
But with volumetric fluxes leave the outlet as a pressure (DIRICHLET) BC or mass balance will be problem and cause the code to cut.
Glenn