File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ package MixtureGases "Medium models consisting of mixtures of ideal gases"
3333    "Moist air without condensation" ;
3434
3535  package  FlueGasLambdaOnePlus
36-     "Simple flue gas for over0stochiometric  O2-fuel ratios" 
36+     "Simple flue gas for overstochiometric  O2-fuel ratios" 
3737    extends  Common.MixtureGasNasa(
3838       mediumName= "FlueGasLambda1plus" ,
3939       data= {Common.SingleGasesData.N2,
Original file line number Diff line number Diff line change @@ -3017,7 +3017,7 @@ package IF97_Utilities
30173017        Real  Tlim= min (T, data.TCRIT);
30183018      algorithm 
30193019        assert (T > =  273.16 , "IF97 medium function psat: input temperature (= " 
3020-            +  String (triple.ptriple ) +  " K).\n "  + 
3020+            +  String (triple.Ttriple ) +  " K).\n "  + 
30213021          "lower than the triple point temperature 273.16 K" );
30223022        o[1 ] :=  - 650.17534844798  +  Tlim;
30233023        o[2 ] :=  1 / o[1 ];
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments