Convert temperature to enthalpy at boundary for coal combustion.  
More...
Convert temperature to enthalpy at boundary for coal combustion. 
◆ cs_coal_bt2h()
      
        
          | subroutine cs_coal_bt2h | ( | integer(c_int), value | n_faces, | 
        
          |  |  | integer(c_int), dimension(*), intent(in) | face_ids, | 
        
          |  |  | real(kind=c_double), dimension(*), intent(in) | t_b, | 
        
          |  |  | real(kind=c_double), dimension(*), intent(out) | h_b | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | n_faces | number of faces in list |  | [in] | face_ids | list of boundary faces at which conversion is requested (0-based numbering) |  | [in] | t_b | temperature at boundary |  | [out] | h_b | enthalpy at boundary |