|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | | -<precice-configuration experimental="True" allow-remeshing="True"> |
| 2 | +<precice-configuration experimental="true"> |
3 | 3 | <log> |
4 | 4 | <sink |
5 | 5 | filter="%Severity% > debug and %Rank% = 0" |
|
15 | 15 | <use-data name="Velocity" /> |
16 | 16 | </mesh> |
17 | 17 |
|
18 | | - <mesh name="Transport-Mesh" dimensions="2"> |
19 | | - <use-data name="Velocity" /> |
20 | | - </mesh> |
21 | | - |
22 | 18 | <participant name="Fluid"> |
23 | 19 | <provide-mesh name="Fluid-Mesh" /> |
24 | | - <receive-mesh name="Transport-Mesh" from="Transport" /> |
25 | 20 | <write-data name="Velocity" mesh="Fluid-Mesh" /> |
26 | | - <mapping:rbf direction="write" from="Fluid-Mesh" to="Transport-Mesh" constraint="consistent"> |
27 | | - <basis-function:compact-tps-c2 support-radius="0.4" /> |
28 | | - </mapping:rbf> |
29 | 21 | </participant> |
30 | 22 |
|
31 | | - <participant name="Transport"> |
32 | | - <provide-mesh name="Transport-Mesh" /> |
33 | | - <read-data name="Velocity" mesh="Transport-Mesh" /> |
| 23 | + <participant name="Particles"> |
| 24 | + <receive-mesh name="Fluid-Mesh" from="Fluid" api-access="true" /> |
| 25 | + <read-data name="Velocity" mesh="Fluid-Mesh" /> |
| 26 | + <mapping:rbf-pum-direct |
| 27 | + direction="read" |
| 28 | + from="Fluid-Mesh" |
| 29 | + constraint="consistent" |
| 30 | + vertices-per-cluster="30"> |
| 31 | + <basis-function:compact-polynomial-c4 support-radius="1.5" /> |
| 32 | + </mapping:rbf-pum-direct> |
34 | 33 | </participant> |
35 | 34 |
|
36 | | - <m2n:sockets acceptor="Fluid" connector="Transport" exchange-directory=".." /> |
| 35 | + <m2n:sockets acceptor="Fluid" connector="Particles" exchange-directory=".." /> |
37 | 36 |
|
38 | 37 | <coupling-scheme:parallel-explicit> |
39 | 38 | <time-window-size value="0.005" /> |
40 | | - <max-time value="1.0" /> |
41 | | - <participants first="Fluid" second="Transport" /> |
42 | | - <exchange data="Velocity" mesh="Transport-Mesh" from="Fluid" to="Transport" /> |
| 39 | + <max-time value="0.25" /> |
| 40 | + <participants first="Fluid" second="Particles" /> |
| 41 | + <exchange data="Velocity" mesh="Fluid-Mesh" from="Fluid" to="Particles" /> |
43 | 42 | </coupling-scheme:parallel-explicit> |
44 | 43 | </precice-configuration> |
0 commit comments