Focus Konstruksjon - File Based System
|
Class that holds input data for response spectrum analysis. More...
Static Protected Attributes | |
static int | m_SummationType = 0 |
The summation type. 0 = ABSSUM, 1 = SRSS and 3 = CQC. More... | |
static int | m_RSType = 0 |
The response spectrum type. 0 = ELASTIC, 1 = DESIGN. More... | |
static int | m_StiffType = 0 |
The stiffness type. 0 = MATERIAL_STIFF, 1 = MAT_AND_GEO_STIFF. More... | |
static double | m_ElementMassFactor = 1.0 |
The element mass factor. More... | |
static double | m_T_B_X = 0.5 |
The T_B value for the X-direction. More... | |
static double | m_T_C_X = 1.0 |
The T_C value for the X-direction. More... | |
static double | m_T_D_X = 1.5 |
The T_D value for the X-direction. More... | |
static double | m_T_B_Y = 0.5 |
The T_B value for the Y-direction. More... | |
static double | m_T_C_Y = 1.0 |
The T_C value for the Y-direction. More... | |
static double | m_T_D_Y = 1.5 |
The T_D value for the Y-direction. More... | |
static double | m_T_B_Z = 0.5 |
The T_B value for the Z-direction. More... | |
static double | m_T_C_Z = 1.0 |
The T_C value for the Z-direction. More... | |
static double | m_T_D_Z = 1.5 |
The T_D value for the Z-direction. More... | |
static double | m_T_Cuttoff_X = 4 |
The cuttoff value for X-direction (only valid for elastic spectrums) More... | |
static double | m_T_Cuttoff_Y = 4 |
The cuttoff value for Y-direction (only valid for elastic spectrums) More... | |
static double | m_T_Cuttoff_Z = 4 |
The cuttoff value for Z-direction (only valid for elastic spectrums) More... | |
static double | m_a_g_X = 0.5 |
The acceleration in X-direction. More... | |
static double | m_a_g_Y = 0.5 |
The acceleration in Y-direction. More... | |
static double | m_a_g_Z = 0.5 |
The acceleration in Z-direction. More... | |
static double | m_Xsi = 0.05 |
The xsi value (usually 0.05) More... | |
static double | m_Eta = 1 |
The eta value for the elastic spectrums. More... | |
static double | m_q = 1.5 |
The q-valuie for the design spectrums. More... | |
static double | m_Beta = 0.2 |
The beta value for the spectrums (factor in lover limit) More... | |
static double | m_S = 1.0 |
The soil factor for the spectrums. More... | |
static double | m_CombFactorX = 1.0 |
The combination factor for the X-direction. More... | |
static double | m_CombFactorY = 1.0 |
The combination factor for the Y-direction. More... | |
static double | m_CombFactorZ = 1.0 |
The combination factor for the Z-direction. More... | |
static int | m_LoadGroupId = 0 |
The load group ID for geometric stiffness (and maybe static forces) More... | |
static double | m_Shift = 0 |
The shift-value for the modal analysis. More... | |
static int | m_NumEigenValues = 10 |
The number of eigen values used in the analysis. More... | |
Properties | |
int | SummationType [get, set] |
Gets or sets which summation type (modal combination algorithm) we should use. More... | |
int | RSType [get, set] |
Gets or sets response spectrum type. More... | |
int | StiffType [get, set] |
Gets or sets stiffness type we should use. More... | |
double | ElementMassFactor [get, set] |
Get or set the element mass factor. More... | |
double | TBX [get, set] |
Gets or sets the TB value for the X-direction. More... | |
double | TCX [get, set] |
Gets or sets the TC value for the X-direction. More... | |
double | TDX [get, set] |
Gets or sets the TD value for the X-direction. More... | |
double | TBY [get, set] |
Gets or sets the TB value for the Y-direction. More... | |
double | TCY [get, set] |
Gets or sets the TC value for the Y-direction. More... | |
double | TDY [get, set] |
Gets or sets the TD value for the Y-direction. More... | |
double | TBZ [get, set] |
Gets or sets the TB value for the Z-direction. More... | |
double | TCZ [get, set] |
Gets or sets the TC value for the Z-direction. More... | |
double | TDZ [get, set] |
Gets or sets the TD value for the Z-direction. More... | |
double | TCuttoffX [get, set] |
Gets or sets the cuttoff (time) value for the X-direciton (elastic spectrums) More... | |
double | TCuttoffY [get, set] |
Gets or sets the cuttoff (time) value for the Y-direciton (elastic spectrums) More... | |
double | TCuttoffZ [get, set] |
Gets or sets the cuttoff (time) value for the Z-direciton (elastic spectrums) More... | |
double | agX [get, set] |
Gets or sets the acceleration in X-direction. More... | |
double | agY [get, set] |
Gets or sets the acceleration in Y-direction. More... | |
double | agZ [get, set] |
Gets or sets the acceleration in Z-direction. More... | |
double | Xsi [get, set] |
Gets or sets the xsi value (usually 0.05) More... | |
double | Eta [get, set] |
Gets or sets the eta value for the elastic spectrums. More... | |
double | q [get, set] |
Gets or sets the q value for the design spectrums. More... | |
double | Beta [get, set] |
Gets or sets the beta value for the spectrums (factor in lover limit) More... | |
double | S [get, set] |
Gets or sets the S value for the spectrums. More... | |
double | CombFactorX [get, set] |
Gets or sets the comb factor in the X-direction. More... | |
double | CombFactorY [get, set] |
Gets or sets the comb factor in the Y-direction. More... | |
double | CombFactorZ [get, set] |
Gets or sets the comb factor in the Z-direction. More... | |
int | LoadGroupId [get, set] |
Gets or sets the load group ID for geometric stiffness (and maybe static forces) More... | |
double | Shift [get, set] |
Gets or sets the shift-value for the modal analysis. More... | |
int | NumEigenValues [get, set] |
Gets or sets the number of eigen values used in the analysis. More... | |
Class that holds input data for response spectrum analysis.
Class that holds input data for response spectrum analysis
|
staticprotected |
The acceleration in X-direction.
|
staticprotected |
The acceleration in Y-direction.
|
staticprotected |
The acceleration in Z-direction.
|
staticprotected |
The beta value for the spectrums (factor in lover limit)
|
staticprotected |
The combination factor for the X-direction.
|
staticprotected |
The combination factor for the Y-direction.
|
staticprotected |
The combination factor for the Z-direction.
|
staticprotected |
The element mass factor.
|
staticprotected |
The eta value for the elastic spectrums.
|
staticprotected |
The load group ID for geometric stiffness (and maybe static forces)
|
staticprotected |
The number of eigen values used in the analysis.
|
staticprotected |
The q-valuie for the design spectrums.
|
staticprotected |
The response spectrum type. 0 = ELASTIC, 1 = DESIGN.
|
staticprotected |
The soil factor for the spectrums.
|
staticprotected |
The shift-value for the modal analysis.
|
staticprotected |
The stiffness type. 0 = MATERIAL_STIFF, 1 = MAT_AND_GEO_STIFF.
|
staticprotected |
The summation type. 0 = ABSSUM, 1 = SRSS and 3 = CQC.
|
staticprotected |
The T_B value for the X-direction.
|
staticprotected |
The T_B value for the Y-direction.
|
staticprotected |
The T_B value for the Z-direction.
|
staticprotected |
The T_C value for the X-direction.
|
staticprotected |
The T_C value for the Y-direction.
|
staticprotected |
The T_C value for the Z-direction.
|
staticprotected |
The cuttoff value for X-direction (only valid for elastic spectrums)
|
staticprotected |
The cuttoff value for Y-direction (only valid for elastic spectrums)
|
staticprotected |
The cuttoff value for Z-direction (only valid for elastic spectrums)
|
staticprotected |
The T_D value for the X-direction.
|
staticprotected |
The T_D value for the Y-direction.
|
staticprotected |
The T_D value for the Z-direction.
|
staticprotected |
The xsi value (usually 0.05)
|
getset |
Gets or sets the acceleration in X-direction.
Gets or sets the acceleration in X-direction
|
getset |
Gets or sets the acceleration in Y-direction.
Gets or sets the acceleration in Y-direction
|
getset |
Gets or sets the acceleration in Z-direction.
Gets or sets the acceleration in Z-direction
|
getset |
Gets or sets the beta value for the spectrums (factor in lover limit)
Gets or sets the beta value for the spectrums (factor in lover limit)
|
getset |
Gets or sets the comb factor in the X-direction.
Gets or sets the comb factor in the X-direction
|
getset |
Gets or sets the comb factor in the Y-direction.
Gets or sets the comb factor in the Y-direction
|
getset |
Gets or sets the comb factor in the Z-direction.
Gets or sets the comb factor in the Z-direction
|
getset |
Get or set the element mass factor.
Get or set the element mass factor
|
getset |
Gets or sets the eta value for the elastic spectrums.
Gets or sets the eta value for the elastic spectrums
|
getset |
Gets or sets the load group ID for geometric stiffness (and maybe static forces)
Gets or sets the load group ID for geometric stiffness (and maybe static forces)
|
getset |
Gets or sets the number of eigen values used in the analysis.
Gets or sets the number of eigen values used in the analysis
|
getset |
Gets or sets the q value for the design spectrums.
Gets or sets the q value for the design spectrums
|
getset |
Gets or sets response spectrum type.
Gets or sets response spectrum type
|
getset |
Gets or sets the S value for the spectrums.
Gets or sets the S value for the spectrums
|
getset |
Gets or sets the shift-value for the modal analysis.
Gets or sets the shift-value for the modal analysis
|
getset |
Gets or sets stiffness type we should use.
Gets or sets stiffness type we should use
|
getset |
Gets or sets which summation type (modal combination algorithm) we should use.
Gets or sets which summation type (modal combination algorithm) we should use
|
getset |
Gets or sets the TB value for the X-direction.
Gets or sets the TB value for the X-direction
|
getset |
Gets or sets the TB value for the Y-direction.
Gets or sets the TB value for the Y-direction
|
getset |
Gets or sets the TB value for the Z-direction.
Gets or sets the TB value for the Z-direction
|
getset |
Gets or sets the cuttoff (time) value for the X-direciton (elastic spectrums)
Gets or sets the cuttoff (time) value for the X-direciton (elastic spectrums)
|
getset |
Gets or sets the cuttoff (time) value for the Y-direciton (elastic spectrums)
Gets or sets the cuttoff (time) value for the Y-direciton (elastic spectrums)
|
getset |
Gets or sets the cuttoff (time) value for the Z-direciton (elastic spectrums)
Gets or sets the cuttoff (time) value for the Z-direciton (elastic spectrums)
|
getset |
Gets or sets the TC value for the X-direction.
Gets or sets the TC value for the X-direction
|
getset |
Gets or sets the TC value for the Y-direction.
Gets or sets the TC value for the Y-direction
|
getset |
Gets or sets the TC value for the Z-direction.
Gets or sets the TC value for the Z-direction
|
getset |
Gets or sets the TD value for the X-direction.
Gets or sets the TD value for the X-direction
|
getset |
Gets or sets the TD value for the Y-direction.
Gets or sets the TD value for the Y-direction
|
getset |
Gets or sets the TD value for the Z-direction.
Gets or sets the TD value for the Z-direction
|
getset |
Gets or sets the xsi value (usually 0.05)
Gets or sets the xsi value (usually 0.05)