Changes between Version 10 and Version 11 of Piernik
- Timestamp:
- 03/09/13 21:12:24 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Piernik
v10 v11 198 198 }}} 199 199 == Coupling == 200 Now we need to couple the two models 201 {{{ 202 203 }}} 200 So we have now both kernels running with MUSCLE, but get scientific relevant results we must finish the coupling: exchanging gas density and momentum for each cell At first we have two define conduits in the CxA file: 201 {{{ 202 cs.attach('mhd' => 'mc') { 203 tie('rho_gas', 'rho_gas') 204 tie('m_gas', 'm_gas') 205 } 206 }}}