<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Cervenka Consulting Forums — Automatic generation of concrete parameters]]></title>
		<link>https://forums.cervenka.cz/viewtopic.php?id=1909</link>
		<atom:link href="https://forums.cervenka.cz:80/extern.php?action=feed&amp;tid=1909&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Automatic generation of concrete parameters.]]></description>
		<lastBuildDate>Mon, 03 Aug 2020 12:32:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4664#p4664</link>
			<description><![CDATA[<p>Hello, it is not &quot;add&quot; but the &quot;substract&quot; (eps_c1 is negative, fcs is positive) The strain in ModelCode is a total strain. EPS_CP in ATENA is only relative strain. So from the total strain from ModelCode we need to substract the elastic part. </p><p>see figure 5.1.3</p><p><a href="https://www.cervenka.cz/downloads/Users/ZJ/2020-08-03eps_cp.jpg">https://www.cervenka.cz/downloads/Users … eps_cp.jpg</a></p>]]></description>
			<author><![CDATA[null@example.com (zjanda)]]></author>
			<pubDate>Mon, 03 Aug 2020 12:32:48 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4664#p4664</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4654#p4654</link>
			<description><![CDATA[<p>Hello,</p><p>I&#039;m trying to understand the following piece of code found in the TK_GenerateMCConcreteProperties file:</p><p>set eps [expr $eps_t/1000 + $fcs/$modulE]<br />#set eps [expr $fcs / $modulE]</p><p>The first term ($eps_t/1000) is equivalent to eps_c1 from Model Code 2010 which represents the strain at peak stress.</p><p>I&#039;m not sure why it needs to add the second term ($f_cs/$modulE) and what it represents to find the plastic strain.<br />Shouldn&#039;t the concrete strength start to decrease after eps_c1 ($eps_t/1000), so when the equivalent plastic strain was smaller than eps_c1 it could indicate crushing?</p><p>Could someone help me understand this or point some reference I where can find it?</p><p>With best regards</p><p>Marcos</p>]]></description>
			<author><![CDATA[null@example.com (marcosasilva@live.com)]]></author>
			<pubDate>Wed, 22 Jul 2020 20:14:57 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4654#p4654</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4471#p4471</link>
			<description><![CDATA[<p>ok. thank you</p>]]></description>
			<author><![CDATA[null@example.com (marcosasilva@live.com)]]></author>
			<pubDate>Wed, 11 Dec 2019 17:51:56 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4471#p4471</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4468#p4468</link>
			<description><![CDATA[<p>Dear Marcos, </p><p>1) yes, it is for call an exponential function</p><p>2) it is definition of $eps_t by different $fck</p><p>according Table 5.1-8: Modules Eci, Ec1, strains eps_c1, eps_c,lim and plasticity number<br />k for normal weight concrete</p><p>Best Regards</p><p>Zdenek</p>]]></description>
			<author><![CDATA[null@example.com (zjanda)]]></author>
			<pubDate>Wed, 11 Dec 2019 11:01:08 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4468#p4468</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4467#p4467</link>
			<description><![CDATA[<p>Dear Pavlo, </p><p>Thank you for showing us where to find this code.<br />However, I have some question about it and would be great if someone could help me to understand.</p><p>1st question: &quot;tcl::mathfunc::pow&quot;- This piece of code has been only used to call an exponential function?</p><p>2nd question: In the TK_GenerateMCConcreteProperties file, what is the meaning of the following part?</p><p>&quot; set eps12&nbsp; &nbsp; -1.9<br />&nbsp; set eps16&nbsp; &nbsp; -2<br />&nbsp; set eps20&nbsp; &nbsp; -2.1<br />&nbsp; set eps25&nbsp; &nbsp; -2.2<br />&nbsp; set eps30&nbsp; &nbsp; -2.3<br />&nbsp; set eps35&nbsp; &nbsp; -2.3<br />&nbsp; set eps40&nbsp; &nbsp; -2.4<br />&nbsp; set eps45&nbsp; &nbsp; -2.5<br />&nbsp; set eps50&nbsp; &nbsp; -2.6<br />&nbsp; set eps55&nbsp; &nbsp; -2.6<br />&nbsp; set eps60&nbsp; &nbsp; -2.7<br />&nbsp; set eps70&nbsp; &nbsp; -2.7<br />&nbsp; set eps80&nbsp; &nbsp; -2.8<br />&nbsp; set eps90&nbsp; &nbsp; -2.9<br />&nbsp; set eps100&nbsp; &nbsp; -3<br />&nbsp; set eps110&nbsp; &nbsp; -3<br />&nbsp; set eps120&nbsp; &nbsp; -3</p><p>&nbsp; if {$fck &lt;= 12} {<br />&nbsp; &nbsp; &nbsp;set eps_t $eps12<br />&nbsp; } elseif {$fck &gt; 12 &amp;&amp; $fck &lt;= 16} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps16-$eps12)*($fcs-12)/(16-12)+$eps12]<br />&nbsp; } elseif {$fck &gt; 16 &amp;&amp; $fck &lt;= 20} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps20-$eps16)*($fcs-16)/(20-16)+$eps16]<br />&nbsp; } elseif {$fck &gt; 20 &amp;&amp; $fck &lt;= 25} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps25-$eps20)*($fcs-20)/(25-20)+$eps20]<br />&nbsp; } elseif {$fck &gt; 25 &amp;&amp; $fck &lt;= 30} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps30-$eps25)*($fcs-25)/(30-25)+$eps25]<br />&nbsp; } elseif {$fck &gt; 30 &amp;&amp; $fck &lt;= 35} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps35-$eps30)*($fcs-30)/(35-30)+$eps30]<br />&nbsp; } elseif {$fck &gt; 35 &amp;&amp; $fck &lt;= 40} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps40-$eps35)*($fcs-35)/(40-35)+$eps35]<br />&nbsp; } elseif {$fck &gt; 40 &amp;&amp; $fck &lt;= 45} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps45-$eps40)*($fcs-40)/(45-40)+$eps40]<br />&nbsp; } elseif {$fck &gt; 45 &amp;&amp; $fck &lt;= 50} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps50-$eps45)*($fcs-45)/(50-45)+$eps45]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; } elseif {$fck &gt; 50 &amp;&amp; $fck &lt;= 55} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps55-$eps50)*($fcs-50)/(55-50)+$eps50] <br />&nbsp; } elseif {$fck &gt; 55 &amp;&amp; $fck &lt;= 60} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps60-$eps55)*($fcs-55)/(60-55)+$eps55] <br />&nbsp; } elseif {$fck &gt; 60 &amp;&amp; $fck &lt;= 70} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps70-$eps60)*($fcs-60)/(70-60)+$eps60] <br />&nbsp; } elseif {$fck &gt; 70 &amp;&amp; $fck &lt;= 80} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps80-$eps70)*($fcs-70)/(80-70)+$eps70] <br />&nbsp; } elseif {$fck &gt; 80 &amp;&amp; $fck &lt;= 90} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps90-$eps80)*($fcs-80)/(90-80)+$eps80]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; } elseif {$fck &gt; 90 &amp;&amp; $fck &lt;= 100} {<br />&nbsp; &nbsp; &nbsp;set eps_t [expr ($eps100-$eps90)*($fcs-90)/(100-90)+$eps90]&nbsp; <br />&nbsp; } elseif {$fck &gt; 100 } {<br />&nbsp; &nbsp; &nbsp;set eps_t $eps100 <br />&nbsp; }&quot;</p><p>Best regards,<br />Marcos</p>]]></description>
			<author><![CDATA[null@example.com (marcosasilva@live.com)]]></author>
			<pubDate>Tue, 10 Dec 2019 16:01:01 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4467#p4467</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4433#p4433</link>
			<description><![CDATA[<p>THis is for Eurocode (C:\Program Files\GiD\GiD 14.0\problemtypes\Atena\include.src.bas\TK_GenerateEC2Properties.tcl):</p><div class="codebox"><pre><code># $SafetyFormat

  if { $StrengthClass == &quot;12/15&quot; } {
        set fck 12
        set beton 15
        set fcm 20
        set fctm 1.6
        set fctk 1.1
        set modulE 27000
        }
  if { $StrengthClass == &quot;16/20&quot; } {
        set fck 16
        set beton 20
        set fcm 24
        set fctm 1.9
        set fctk 1.3
        set modulE 29000
        }
  if { $StrengthClass == &quot;20/25&quot; } {
        set fck 20
        set beton 25
        set fcm 28
        set fctm 2.2
        set fctk 1.5
        set modulE 30000
        }
  if { $StrengthClass == &quot;25/30&quot; } {
        set fck 25
        set beton 30
        set fcm 33
        set fctm 2.6
        set fctk 1.8
        set modulE 31000
        }
  if { $StrengthClass == &quot;30/37&quot; } {
        set fck 30
        set beton 37
        set fcm 38
        set fctm 2.9
        set fctk 2
        set modulE 32000
        }
  if { $StrengthClass == &quot;35/45&quot; } {
        set fck 35
        set beton 45
        set fcm 43
        set fctm 3.2
        set fctk 2.2
        set modulE 34000
        }
  if { $StrengthClass == &quot;40/50&quot; } {
        set fck 40
        set beton 50
        set fcm 48
        set fctm 3.5
        set fctk 2.5
        set modulE 35000
        }   
  if { $StrengthClass == &quot;45/55&quot; } {
        set fck 45
        set beton 55
        set fcm 53
        set fctm 3.8
        set fctk 2.7
        set modulE 36000
        }   
  if { $StrengthClass == &quot;50/60&quot; } {
        set fck 50
        set beton 60
        set fcm 58
        set fctm 4.1
        set fctk 2.9
        set modulE 37000
        }   
  if { $StrengthClass == &quot;55/67&quot; } {
        set fck 55
        set beton 67
        set fcm 63
        set fctm 4.2
        set fctk 3
        set modulE 38000
        }   
  if { $StrengthClass == &quot;60/75&quot; } {
        set fck 60
        set beton 75
        set fcm 68
        set fctm 4.4
        set fctk 3.1
        set modulE 39000
        }   
  if { $StrengthClass == &quot;70/85&quot; } {
        set fck 70
        set beton 85
        set fcm 78
        set fctm 4.6
        set fctk 3.2
        set modulE 41000
        }   
  if { $StrengthClass == &quot;80/95&quot; } {
        set fck 80
        set beton 95
        set fcm 88
        set fctm 4.8
        set fctk 3.4
        set modulE 42000
        }
  if { $StrengthClass == &quot;90/105&quot; } {
        set fck 90
        set beton 105
        set fcm 98
        set fctm 5
        set fctk 3.5
        set modulE 44000
        } 
                                                                                                   
  if { $SafetyFormat == &quot;Design&quot; } {set gamma 1.5}
  if { $SafetyFormat == &quot;Characteristic&quot; } {set gamma 1.0}
  if { $SafetyFormat == &quot;Mean&quot; } {set gamma 1.0}
  if { $SafetyFormat == &quot;EN1992-2&quot; } {set gamma 1.18577}  
  # = 1,1 * 1,15 / 1,5 (CSN EN 1992-2 5.7)   

  
  #Young_s_Modulus-E
    set modulE2 [format %g%s $modulE &quot;MPa&quot;]
    set on [DWLocalSetValue $GDN $STRUCT Young_s_Modulus-E $modulE2] 
    WarnWinText &quot;Young_s_Modulus-E = $modulE2&quot;

    set on [DWLocalSetValue $GDN $STRUCT Poisson_s_Ratio 0.2] 
    WarnWinText &quot;Poisson_s_Ratio = 0.2&quot;
 
  
 if { $SafetyFormat == &quot;Mean&quot; } {
   #Tension_Strength-FT 
    set ft [expr $fctm / $gamma]
  #Compresion_Strength-FC
    set fcs [expr $fcm / -$gamma]
 
 } else {   
  #Tension_Strength-FT 
    set ft [expr $fctk / $gamma]
  #Compresion_Strength-FC
    set fcs [expr $fck / -$gamma]
  }
 
  #Tension_Strength-FT 
    set ft2 [format %10.3g%s $ft &quot;MPa&quot;]
    set on [DWLocalSetValue $GDN $STRUCT Tension_Strength-FT $ft2] 
    WarnWinText &quot;Tension_Strength-FT = $ft2&quot;
 
   #Compresion_Strength-FC   
    set fcs2 [format %10.3g%s $fcs &quot;MPa&quot;]
    set on [DWLocalSetValue $GDN $STRUCT Compresion_Strength-FC $fcs2] 
    WarnWinText &quot;Compresion_Strength-FC = $fcs2&quot;  

 
   #Fracture_Energy-GF
    set gf [expr $ft *  0.000025]
    set gf [format %10.3g%s $gf &quot;MN/m&quot;]
    set on [DWLocalSetValue $GDN $STRUCT Fracture_Energy-GF $gf] 
    WarnWinText &quot;Fracture_Energy-GF = $gf&quot;   
    
    set on [DWLocalSetValue $GDN $STRUCT Critical_Comp_Disp-WD -0.0005m] 
    WarnWinText &quot;Critical_Comp_Disp-WD = -0.0005m&quot;
    
  #Plastic_Strain-EPS_CP
    #eps_cp = eps_c1 – fc/E
    #WarnWinText &quot;Fcm = $fcm&quot;
    #set a [tcl::mathfunc::pow  $fcm 0.31]
    #WarnWinText &quot;Fcm na 0,31 = $a&quot; 
    set eps [expr -0.7 * [tcl::mathfunc::pow  $fcm 0.31]/1000 - ($fcs / $modulE)]
    #set eps [expr $fcs / $modulE]
    set eps [format %10.5g%s $eps &quot;&quot;]
    set on [DWLocalSetValue $GDN $STRUCT Plastic_Strain-EPS_CP $eps] 
    WarnWinText &quot;Plastic_Strain-EPS_CP = $eps&quot; 
    #set epsold [expr $fcs / $modulE]
    #WarnWinText &quot;Plastic_Strain-EPS_CP old = $epsold&quot;
    
  #Onset_of_Crushing-FC0
    set ft0 [expr $ft * -2.1]
    set ft0 [format %10.3g%s $ft0 &quot;MPa&quot;]
    set on [DWLocalSetValue $GDN $STRUCT Onset_of_Crushing-FC0 $ft0] 
    WarnWinText &quot;Onset_of_Crushing-FC0 = $ft0&quot;
  
  set on [DWLocalSetValue $GDN $STRUCT Excentricity-EXC 0.52] 
    WarnWinText &quot;Excentricity-EXC = 0.52&quot;
  set on [DWLocalSetValue $GDN $STRUCT Dir_of_pl_Flow-BETA 0.0] 
    WarnWinText &quot;Dir_of_pl_Flow-BETA = 0.0&quot;
  set on [DWLocalSetValue $GDN $STRUCT Rho-Density 0.0023kton/m^3] 
    WarnWinText &quot;Rho-Density = 0.0023kton/m^3&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (pavlo)]]></author>
			<pubDate>Thu, 21 Nov 2019 03:00:03 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4433#p4433</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4432#p4432</link>
			<description><![CDATA[<p>This is for ModeCode (C:\Program Files\GiD\GiD 14.0\problemtypes\Atena\include.src.bas\TK_GenerateMCConcreteProperties.tcl):</p><div class="codebox"><pre><code> #Cubic-Characteristic,Cubic-Mean,Cylinder-Characteristic,Cylinder-Mean)
      #Cylinder-Characteristic
   set fcka $StrengthValue
      
   if { $fcka &lt;0 } {
      set fcka [expr -1.0*$fcka]
  } else {
      set fcka [expr 1.0*$fcka]
  }       
                
  if { $StrengthType == &quot;Cubic-Characteristic&quot; } {
      set fcka [expr $StrengthValue*0.85]
      } elseif { $StrengthType == &quot;Cubic-Mean&quot; } {
      set fcka [expr ($StrengthValue-8)*0.85]
      } elseif { $StrengthType == &quot;Cylinder-Mean&quot; } {
      set fcka [expr ($StrengthValue-8)]
      }
   
  set fck $fcka    
     
   if { $fck &lt;0 } {
      WarnWinText &quot;&quot;
      WarnWinText &quot;----------Error------------&quot;
      WarnWinText &quot;Error: Fck &lt; 0 MPa. It is not allowed.&quot;
      WarnWinText &quot;----------Error------------&quot;
      WarnWinText &quot;&quot;
      return &quot;&quot;
  }
  
  if {$fck &lt; 12} {
      WarnWinText &quot;&quot;
      WarnWinText &quot;----------Warning------------&quot;
      WarnWinText &quot;Fck &lt; 12 MPa, Fcm &lt; 20MPa&quot;
      WarnWinText &quot;This calculation acoording to the ModelCode is not suitable for Fck &lt; 12 MPa or Fcm &lt; 20MPa.&quot; 
      WarnWinText &quot;Use cylinder characteristic strength for generation and characteristic Safety Format&quot;
      WarnWinText &quot;----------Warning------------&quot;
      WarnWinText &quot;&quot;
  }      
  
  set gamma 1.0
  if { $SafetyFormat == &quot;Design&quot; } {set gamma 1.5}
  if { $SafetyFormat == &quot;Characteristic&quot; } {set gamma 1.0}
  if { $SafetyFormat == &quot;Mean&quot; } {set gamma 1.0}
  if { $SafetyFormat == &quot;EN1992-2&quot; } {set gamma 1.18577}      

  set fcm [expr $fck+8 ]
  set ea [expr ($fck+8.0)/10.0] 
  set eb [expr 1.0/3.0]
  set modulE [expr 21500*1*[tcl::mathfunc::pow  $ea $eb]]

  if {$fck &lt;= 50} {
     set fctm [expr 0.3*[tcl::mathfunc::pow $fck 0.666666666666666]]
     set exc 0.52
  } else {
     set fctm [expr 2.12*log(1+0.1*($fck+8))]
     set exc 0.51
  }
  
 set fctk [expr 0.7*$fctm]

 if { $SafetyFormat == &quot;Mean&quot; } {
    set ft [expr $fctm/$gamma] 
    set fcs [expr $fcm/$gamma]
 } else {   
    set ft [expr $fctk/$gamma] 
    set fcs [expr $fck/$gamma]
  }
  
  
  #set gf [expr 73*(($fcs)^(18/100))]
  set gf [expr 73.0*[tcl::mathfunc::pow $fcs 0.18]]
  
  set eps12    -1.9
  set eps16    -2
  set eps20    -2.1
  set eps25    -2.2
  set eps30    -2.3
  set eps35    -2.3
  set eps40    -2.4
  set eps45    -2.5
  set eps50    -2.6
  set eps55    -2.6
  set eps60    -2.7
  set eps70    -2.7
  set eps80    -2.8
  set eps90    -2.9
  set eps100    -3
  set eps110    -3
  set eps120    -3

  if {$fck &lt;= 12} {
     set eps_t $eps12
  } elseif {$fck &gt; 12 &amp;&amp; $fck &lt;= 16} {
     set eps_t [expr ($eps16-$eps12)*($fcs-12)/(16-12)+$eps12]
  } elseif {$fck &gt; 16 &amp;&amp; $fck &lt;= 20} {
     set eps_t [expr ($eps20-$eps16)*($fcs-16)/(20-16)+$eps16]
  } elseif {$fck &gt; 20 &amp;&amp; $fck &lt;= 25} {
     set eps_t [expr ($eps25-$eps20)*($fcs-20)/(25-20)+$eps20]
  } elseif {$fck &gt; 25 &amp;&amp; $fck &lt;= 30} {
     set eps_t [expr ($eps30-$eps25)*($fcs-25)/(30-25)+$eps25]
  } elseif {$fck &gt; 30 &amp;&amp; $fck &lt;= 35} {
     set eps_t [expr ($eps35-$eps30)*($fcs-30)/(35-30)+$eps30]
  } elseif {$fck &gt; 35 &amp;&amp; $fck &lt;= 40} {
     set eps_t [expr ($eps40-$eps35)*($fcs-35)/(40-35)+$eps35]
  } elseif {$fck &gt; 40 &amp;&amp; $fck &lt;= 45} {
     set eps_t [expr ($eps45-$eps40)*($fcs-40)/(45-40)+$eps40]
  } elseif {$fck &gt; 45 &amp;&amp; $fck &lt;= 50} {
     set eps_t [expr ($eps50-$eps45)*($fcs-45)/(50-45)+$eps45]                              
  } elseif {$fck &gt; 50 &amp;&amp; $fck &lt;= 55} {
     set eps_t [expr ($eps55-$eps50)*($fcs-50)/(55-50)+$eps50] 
  } elseif {$fck &gt; 55 &amp;&amp; $fck &lt;= 60} {
     set eps_t [expr ($eps60-$eps55)*($fcs-55)/(60-55)+$eps55] 
  } elseif {$fck &gt; 60 &amp;&amp; $fck &lt;= 70} {
     set eps_t [expr ($eps70-$eps60)*($fcs-60)/(70-60)+$eps60] 
  } elseif {$fck &gt; 70 &amp;&amp; $fck &lt;= 80} {
     set eps_t [expr ($eps80-$eps70)*($fcs-70)/(80-70)+$eps70] 
  } elseif {$fck &gt; 80 &amp;&amp; $fck &lt;= 90} {
     set eps_t [expr ($eps90-$eps80)*($fcs-80)/(90-80)+$eps80]                     
  } elseif {$fck &gt; 90 &amp;&amp; $fck &lt;= 100} {
     set eps_t [expr ($eps100-$eps90)*($fcs-90)/(100-90)+$eps90]  
  } elseif {$fck &gt; 100 } {
     set eps_t $eps100 
  }
  
  set eps [expr $eps_t/1000 + $fcs/$modulE]
  #set eps [expr $fcs / $modulE]

  #Onset_of_Crushing-FC0
  set ft0 [expr $ft* -2.1]
    </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (pavlo)]]></author>
			<pubDate>Thu, 21 Nov 2019 02:57:21 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4432#p4432</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4429#p4429</link>
			<description><![CDATA[<div class="quotebox"><cite>jpv wrote:</cite><blockquote><p>Many thanks. The equation given in fib bulletin 1 for E agrees with the generated parameters, but not the one given for fracture energy. The theory manual gives a reference to VOS (1983), however I do not get the same values as the automatically generated ones. Can you please confirm which formula is used for fracture energy and a reference for it?</p><p>Thanks</p></blockquote></div><p>You can also check .bas and .tcl files in folder /GiD/problemtypes/Atena. All formulas are written in these scripts.</p>]]></description>
			<author><![CDATA[null@example.com (pavlo)]]></author>
			<pubDate>Wed, 20 Nov 2019 15:23:29 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4429#p4429</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4415#p4415</link>
			<description><![CDATA[<p>I found it</p><p>Thank you Mr. Pryl</p>]]></description>
			<author><![CDATA[null@example.com (marcosasilva@live.com)]]></author>
			<pubDate>Mon, 18 Nov 2019 15:37:26 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4415#p4415</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4412#p4412</link>
			<description><![CDATA[<p>Dear Marcos,<br />please see ATENA Troubleshooting, 2.2.3 How can I model Fibre Reinforced Concrete (FRC, UHPC, SHCC) in ATENA? and 2.2.4 I want to use the user-defined stress-strain law of concrete to replace that used in ATENA program. How can I do it?</p><p>Regards.</p>]]></description>
			<author><![CDATA[null@example.com (dpryl)]]></author>
			<pubDate>Thu, 14 Nov 2019 12:17:28 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4412#p4412</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=4410#p4410</link>
			<description><![CDATA[<p>Hello, </p><p>I&#039;m also using GiD (v10.0.9) as pre-processor for ATENA Studio (v5.6.0).</p><p>In the CC3DNonlinearCimentitious2 material model family, is it possible to use other types of crack opening law and compression softening? </p><p>I&#039;ve noted that this is possible using SBETA material considering plane stress. There is a way to do this in 3D models?</p><p>Best regards</p><p>Marcos</p>]]></description>
			<author><![CDATA[null@example.com (marcosasilva@live.com)]]></author>
			<pubDate>Wed, 13 Nov 2019 19:39:06 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=4410#p4410</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=3669#p3669</link>
			<description><![CDATA[<p>Excellent, many thanks for your help</p>]]></description>
			<author><![CDATA[null@example.com (jpv)]]></author>
			<pubDate>Fri, 16 Dec 2016 12:47:32 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=3669#p3669</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=3668#p3668</link>
			<description><![CDATA[<p>According to Zdenek Janda, who has implemented the corresponding dialogs in ATENA GiD, the formula for generating the mean fracture energy comes from the Fib Model Code 2010 (MC2010)</p><p>Gf = 73.0*fcm^0.18</p><p>where the mean cylinder strength is </p><p>fcm = fck+8</p>]]></description>
			<author><![CDATA[null@example.com (dpryl)]]></author>
			<pubDate>Fri, 16 Dec 2016 11:05:41 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=3668#p3668</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=3667#p3667</link>
			<description><![CDATA[<p>Many thanks. The equation given in fib bulletin 1 for E agrees with the generated parameters, but not the one given for fracture energy. The theory manual gives a reference to VOS (1983), however I do not get the same values as the automatically generated ones. Can you please confirm which formula is used for fracture energy and a reference for it?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (jpv)]]></author>
			<pubDate>Thu, 15 Dec 2016 15:45:58 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=3667#p3667</guid>
		</item>
		<item>
			<title><![CDATA[Re: Automatic generation of concrete parameters]]></title>
			<link>https://forums.cervenka.cz/viewtopic.php?pid=3666#p3666</link>
			<description><![CDATA[<p>A reference to the EC2 formulas: </p><p><a href="http://books.google.gr/books?id=Dl36ncDebRMC&amp;pg=PA33&amp;lpg=PA33&amp;dq=fracture+energy+mc90&amp;source=bl&amp;ots=mVofPfWiBr&amp;sig=oyvuxSq9lFWR-kNybFZRHfxZW0A&amp;hl=el&amp;ei=EeWYS-mWDcqt4QbuhYX_Cg&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=3&amp;ved=0CBYQ6AEwAg#v=onepage&amp;q=&amp;f=false">http://books.google.gr/books?id=Dl36ncD … mp;f=false</a> [^]</p>]]></description>
			<author><![CDATA[null@example.com (dpryl)]]></author>
			<pubDate>Thu, 15 Dec 2016 12:58:35 +0000</pubDate>
			<guid>https://forums.cervenka.cz/viewtopic.php?pid=3666#p3666</guid>
		</item>
	</channel>
</rss>
