|
[Sponsors] |
August 14, 2020, 11:40 |
Parallel problem in boundary treatment
|
#1 |
New Member
Yujuan Luo
Join Date: Jul 2019
Posts: 21
Rep Power: 7 |
Hi all,
I want to make special treatment to the temperature on the wall boundary in the solver. And I wrote in the solver the following code: forAll (T.boundaryField(),patchi) { if (mesh.boundary()[patchi].type() == "wall") { const fvPatchScalarField& Ts = T.boundaryField()[patchi]; forAll(Ts, facei) Ts[facei] = specific formula; } } The solver compiled without problem. However, it just crashes when running with error information about mpi: I can't figure out the reason. What should I do to avoid this problem? Thanks a lot! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Table bounds warnings at: END OF TIME STEP | CFXer | CFX | 4 | July 17, 2020 00:44 |
Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
Multiphase flow - incorrect velocity on inlet | Mike_Tom | CFX | 6 | September 29, 2016 02:27 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |