Moment Curvature Analysis of FRP Confined Columns
Moderators: silvia, selimgunay, Moderators
-
- Posts: 13
- Joined: Mon Oct 23, 2006 1:43 pm
- Location: Lehigh University
Moment Curvature Analysis of FRP Confined Columns
I wonder if anyone has conducted moment curvature analysis for FRP retrofitted columns? I wish to have more information regarding the modeling of new confinement models based on ACI440.2R-2008 updates or Lam and Teng Model of confinement by FRP.
ATahmasebian
Re: Moment Curvature Analysis of FRP Confined Columns
maybe try confinedconcrete01?
Kai Zhang
------------------------------
PH.D. candidate
School of Civil Engineering&Architecture
Beijing Jiaotong University
------------------------------
PH.D. candidate
School of Civil Engineering&Architecture
Beijing Jiaotong University
-
- Posts: 140
- Joined: Sun Oct 03, 2010 11:36 pm
- Location: Hong Kong
Re: Moment Curvature Analysis of FRP Confined Columns
For section analysis, you can just use such as confinedconcrete01 model which has shape similar to Lam and Teng's model.
But for cyclic loading, one option is to build a new material based on Lam and Teng's FRP model, then use fiber section beam-column element to conduct the analysis.
But for cyclic loading, one option is to build a new material based on Lam and Teng's FRP model, then use fiber section beam-column element to conduct the analysis.
Research Assistant Professor, The Hong Kong Polytechnic University
guanlin@polyu.edu.hk
guanlin@polyu.edu.hk
-
- Posts: 13
- Joined: Mon Oct 23, 2006 1:43 pm
- Location: Lehigh University
Re: Moment Curvature Analysis of FRP Confined Columns
Dear All,
I wonder what exactly the parameter L means in ConfinedConcrete01 Material. It indicates that it is Length/parameter but if it is length only will make sense, otherwise, I do not have any sense about it.
Andre
http://opensees.berkeley.edu/wiki/index ... 1_Material
I wonder what exactly the parameter L means in ConfinedConcrete01 Material. It indicates that it is Length/parameter but if it is length only will make sense, otherwise, I do not have any sense about it.
Andre
http://opensees.berkeley.edu/wiki/index ... 1_Material
ATahmasebian
-
- Posts: 13
- Joined: Mon Oct 23, 2006 1:43 pm
- Location: Lehigh University
Re: Moment Curvature Analysis of FRP Confined Columns
Dear All,
To model a confined concrete with FRP wraps for Lam and Teng Model I used following code but it did not worked very well with indicating program cannot create UniaxialMaterial ConfinedConcrete01. would you please give me some advise.
#uniaxialMaterial ConfinedConcrete01 $tag $secType $fpc $Ec -epscu $epscu -varub $L1 $phis $S $fyh $Es0 $haRatio $mu $phiLon -wrap $cover $Am $Sw $fuil $Es0w
uniaxialMaterial ConfinedConcrete01 1 C -$fcp $Ec -epscu -$e_ccu -varub $L1 $D_h $lz_S $fy $E0 0.03 60 $d_b -wrap $cover $Am $Sw $ful $Es0w;
I appreciate your kind reply.
To model a confined concrete with FRP wraps for Lam and Teng Model I used following code but it did not worked very well with indicating program cannot create UniaxialMaterial ConfinedConcrete01. would you please give me some advise.
#uniaxialMaterial ConfinedConcrete01 $tag $secType $fpc $Ec -epscu $epscu -varub $L1 $phis $S $fyh $Es0 $haRatio $mu $phiLon -wrap $cover $Am $Sw $fuil $Es0w
uniaxialMaterial ConfinedConcrete01 1 C -$fcp $Ec -epscu -$e_ccu -varub $L1 $D_h $lz_S $fy $E0 0.03 60 $d_b -wrap $cover $Am $Sw $ful $Es0w;
I appreciate your kind reply.
ATahmasebian
Re: Moment Curvature Analysis of FRP Confined Columns
puts your command to see what the command line actually reads in case you have a messed up variable;
i.e. puts "unaxialMaterial Conncrete01 1 C -$fpc ...... "
i.e. puts "unaxialMaterial Conncrete01 1 C -$fpc ...... "
-
- Posts: 13
- Joined: Mon Oct 23, 2006 1:43 pm
- Location: Lehigh University
Re: Moment Curvature Analysis of FRP Confined Columns
Dear Franck,
here it is
uniaxialMaterial ConfinedConcrete01 1 C -$fcp $Ec -epscu -$e_ccu -varub $L1 $D_h $lz_S $fy $E0 0.03 60 $d_b -wrap $cover $Am $Sw $ful $Es0w;
Yours,
Andre
here it is
uniaxialMaterial ConfinedConcrete01 1 C -$fcp $Ec -epscu -$e_ccu -varub $L1 $D_h $lz_S $fy $E0 0.03 60 $d_b -wrap $cover $Am $Sw $ful $Es0w;
Yours,
Andre
ATahmasebian
Re: Moment Curvature Analysis of FRP Confined Columns
i want to see what the values are for your variables in the command line, if you puts the whole command line it will output that to the screen.
i.e. puts "uniaxialMaterial ConfinedConcrete01 1 C -$fcp $Ec -epscu -$e_ccu -varub $L1 $D_h $lz_S $fy $E0 0.03 60 $d_b -wrap $cover $Am $Sw $ful $Es0w; "
will spit the actual command and values instead of the command and variable names.
i.e. puts "uniaxialMaterial ConfinedConcrete01 1 C -$fcp $Ec -epscu -$e_ccu -varub $L1 $D_h $lz_S $fy $E0 0.03 60 $d_b -wrap $cover $Am $Sw $ful $Es0w; "
will spit the actual command and values instead of the command and variable names.
-
- Posts: 13
- Joined: Mon Oct 23, 2006 1:43 pm
- Location: Lehigh University
Re: Moment Curvature Analysis of FRP Confined Columns
Frank,
I believe I did not replied to your email. I put following values and I was in trouble. I wonder if you have a simple but complete sample as an input file for FRP moment curvature analysis.
Please find following lines inputs which I provide in OpenSees Model and I will love to send the complete files which I have with input data.
# uniaxialMaterial ConfinedConcrete01 1 C $fpc $Ec -epscu $e_ccu $D_g $d_b $lz_S $fyh $Es0 $haRatio $mu $db -wrap $cover $Am $Sw $fuil $Es0w "
I appreciate your kind reply and looking forward to hearing from you soon.
Yours,
Andre
I believe I did not replied to your email. I put following values and I was in trouble. I wonder if you have a simple but complete sample as an input file for FRP moment curvature analysis.
Please find following lines inputs which I provide in OpenSees Model and I will love to send the complete files which I have with input data.
# uniaxialMaterial ConfinedConcrete01 1 C $fpc $Ec -epscu $e_ccu $D_g $d_b $lz_S $fyh $Es0 $haRatio $mu $db -wrap $cover $Am $Sw $fuil $Es0w "
I appreciate your kind reply and looking forward to hearing from you soon.
Yours,
Andre
ATahmasebian
Re: Moment Curvature Analysis of FRP Confined Columns
i want to see what the values you are providing are as the command looks o.k. .. to see these values i need you to put this line before your command:
puts "uniaxialMaterial ConfinedConcrete01 1 C $fpc $Ec -epscu $e_ccu $D_g $d_b $lz_S $fyh $Es0 $haRatio $mu $db -wrap $cover $Am $Sw $fuil $Es0w"
and post the results .. it is the same command, it just outputs it to the screen with the variables replaced with the actual values.
puts "uniaxialMaterial ConfinedConcrete01 1 C $fpc $Ec -epscu $e_ccu $D_g $d_b $lz_S $fyh $Es0 $haRatio $mu $db -wrap $cover $Am $Sw $fuil $Es0w"
and post the results .. it is the same command, it just outputs it to the screen with the variables replaced with the actual values.