7
« on: February 04, 2021, 11:31:55 PM »
I am trying to run a test case with turbulentDFMInlet using tabulated boundary data for U, R, L. Since the inhomogenousTurbulence case in the tutorial uses tabulated boundary data, I started with that case. This tutorial case uses turbulentATSMInlet, and I encounter no issue with that. However, when I modified it to run with turbulentDFMInlet, it crashed after the first time step. Below are the three changes I made to the original tutorial case file:
1) In directory /constant/boundaryData/inlet, I renamed the file “L” to “L_ATSM”, then renamed “L_copy” to “L”
2) In directory /0/U, I changed the inlet boundary condition from turbulentATSMInlet to turbulentDFMInlet
3) Change endTime from 20 to 2 in controlDict file (this is not crucial, just to reduce the total run time while troubleshooting)
The case file is too large to be uploaded here. I will send it over email. The zipped case file also contains the run.log file and the error message when it crashed. Thank you!