Changes between Version 10 and Version 11 of Piernik

Show
Ignore:
Timestamp:
03/09/13 21:12:24 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Piernik

    v10 v11  
    198198}}} 
    199199== Coupling == 
    200 Now we need to couple the two models 
    201 {{{ 
    202  
    203 }}} 
     200So 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{{{ 
     202cs.attach('mhd' => 'mc') { 
     203        tie('rho_gas', 'rho_gas') 
     204        tie('m_gas', 'm_gas') 
     205} 
     206}}}