FedeasConcr3Material.h

Go to the documentation of this file.
00001 /* ****************************************************************** **
00002 **    OpenSees - Open System for Earthquake Engineering Simulation    **
00003 **          Pacific Earthquake Engineering Research Center            **
00004 **                                                                    **
00005 **                                                                    **
00006 ** (C) Copyright 1999, The Regents of the University of California    **
00007 ** All Rights Reserved.                                               **
00008 **                                                                    **
00009 ** Commercial use of this program without express permission of the   **
00010 ** University of California, Berkeley, is strictly prohibited.  See   **
00011 ** file 'COPYRIGHT'  in main directory for information on usage and   **
00012 ** redistribution,  and for a DISCLAIMER OF ALL WARRANTIES.           **
00013 **                                                                    **
00014 ** Developed by:                                                      **
00015 **   Frank McKenna (fmckenna@ce.berkeley.edu)                         **
00016 **   Gregory L. Fenves (fenves@ce.berkeley.edu)                       **
00017 **   Filip C. Filippou (filippou@ce.berkeley.edu)                     **
00018 **                                                                    **
00019 ** ****************************************************************** */
00020                                                                         
00021 // $Revision: 1.2 $
00022 // $Date: 2002/06/26 23:00:12 $
00023 // $Source: /usr/local/cvs/OpenSees/SRC/material/uniaxial/fedeas/FedeasConcr3Material.h,v $
00024                                                                       
00025 // Written: MHS
00026 // Created: Jan 2001
00027 //
00028 // Description: This file contains the class definition for 
00029 // FedeasConcr3Material. FedeasConcr3Material wraps the FEDEAS
00030 // 1d material subroutine Concr_3.
00031 
00032 #ifndef FedeasConcr3Material_h
00033 #define FedeasConcr3Material_h
00034 
00035 #include <FedeasMaterial.h>
00036 
00037 class FedeasConcr3Material : public FedeasMaterial
00038 {
00039   public:
00040     FedeasConcr3Material(int tag, double fc, double ec, double fu, double eu,
00041                 double rat, double ft, double epst0, double ft0, double beta, double epstu);
00042         FedeasConcr3Material(int tag, const Vector &d);
00043         FedeasConcr3Material(void);
00044     virtual ~FedeasConcr3Material();
00045 
00046         double getInitialTangent(void);
00047         UniaxialMaterial *getCopy(void);
00048 
00049   protected:
00050 
00051   private:
00052 
00053 };
00054 
00055 
00056 #endif
00057 

Generated on Mon Oct 23 15:05:20 2006 for OpenSees by doxygen 1.5.0