You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
<argumentargument-name="standard_index"default-value="0"label-name="Current index of standard for concrete design (0: EN, 1: ACI, 2: CSA, 3: SP, 4: NTC)"/>
ASSERT(typeofname!=="undefined","Name must be specified");
31
+
this.addon.name=name;
32
+
};
33
+
34
+
/**
35
+
* Sets Crack Analysis
36
+
* @param {Boolean} property_design_without_direct_crack_width_calculation Design without direct crack width calculation, can be undefined (is not set, true as default)
37
+
* @param {Boolean} property_calculation_of_maximum_member_spacing Calculation of maximum reinforcement spacing lim sl acc. to 24.3.2, can be undefined (is not set, true as default)
38
+
* @param {Boolean} property_design_with_direct_crack_width_calculation Design with direct crack width calculation, can be undefined (is not set, true as default)
39
+
* @param {Boolean} property_reasonable_crack_width Reasonable crack width acc. to ACI PRC-224-01, can be undefined (is not set, true as default)
40
+
* @param {String} property_top_limit_values_of_crack_width Top (-z) limit values of crack width (01_USE_IN_WATER_RETAINING_STRUCTURES, 02_SEAWATER_AND_SEAWATER_SPRAY, 02_DEICING_CHEMICALS,
41
+
* 03_HUMIDITY_MOIST_AIR_SOIL, 04_DRY_AIR_OR_PROTECTIVE_MEMBRANE), can be undefined (is not set, 03_HUMIDITY_MOIST_AIR_SOIL as default)
* 03_HUMIDITY_MOIST_AIR_SOIL, 04_DRY_AIR_OR_PROTECTIVE_MEMBRANE), can be undefined (is not set, 03_HUMIDITY_MOIST_AIR_SOIL as default)
44
+
* @param {Boolean} property_user_defined_limit_values_of_crack_width User-defined limit values of crack width, can be undefined (is not set, false as default)
45
+
* @param {Number} property_user_defined_top_limit_values_of_allowable_crack Limit values of allowable crack width (top), can be undefined (is not set, 0.3 mm as default)
46
+
* @param {Number} property_user_defined_bottom_limit_values_of_allowable_crack Limit values of allowable crack width (bottom), can be undefined (is not set, 0.3 mm as default)
47
+
* @param {Boolean} property_minimum_longitudinal_reinforcement_shrinkage_and_temperature Minimum longitudinal reinforcement due to shrinkage and temperature acc. to 24.4.3, can be undefined (is not set, true as default)
48
+
* @param {Boolean} property_surface_top_reinforcement_direction_phi1 Top -z reinforcement direction - Reinforcement direction φ1, can be undefined (is not set, true as default)
49
+
* @param {Boolean} property_surface_top_reinforcement_direction_phi2 Top -z reinforcement direction - Reinforcement direction φ2, can be undefined (is not set, true as default)
50
+
* @param {Boolean} property_surface_bottom_reinforcement_direction_phi1 Bottom +z reinforcement direction - Reinforcement direction φ1, can be undefined (is not set, true as default)
51
+
* @param {Boolean} property_surface_bottom_reinforcement_direction_phi2 Bottom +z reinforcement direction - Reinforcement direction φ2, can be undefined (is not set, true as default)
ASSERT(this.addon.settings_main_aci318.property_design_without_direct_crack_width_calculation,"Design without direct crack width calculation must be on");
ASSERT(this.addon.settings_main_aci318.property_minimum_longitudinal_reinforcement_shrinkage_and_temperature,"Minimum longitudinal reinforcement due to shrinkage and temperature must be on");
ASSERT(this.addon.settings_main_aci318.property_minimum_longitudinal_reinforcement_shrinkage_and_temperature,"Minimum longitudinal reinforcement due to shrinkage and temperature must be on");
ASSERT(this.addon.settings_main_aci318.property_minimum_longitudinal_reinforcement_shrinkage_and_temperature,"Minimum longitudinal reinforcement due to shrinkage and temperature must be on");
ASSERT(this.addon.settings_main_aci318.property_minimum_longitudinal_reinforcement_shrinkage_and_temperature,"Minimum longitudinal reinforcement due to shrinkage and temperature must be on");
* @param {Boolean} property_limitation_of_deflection_enabled Limitation of deflection, can be undefined (is not set, true as default)
125
+
* @param {Number} property_deflection_limit_support_on_both_sides Limit values of allowable deflection - Support on both sides, can be undefined (is not set, 240 as default)
126
+
* @param {Number} property_deflection_limit_one_sided_support Limit values of allowable deflection - One-sided support, can be undefined (is not set, 240 as default)
127
+
* @param {Boolean} property_tension_stiffening_effect_enabled Consider resistance of concrete between cracks (tension stiffening effect), can be undefined (is not set, true as default)
128
+
* @param {Boolean} property_minimum_zeta_enabled Consider minimum value of distribution factor, can be undefined (is not set, false as default)
129
+
* @param {Number} property_minimum_zeta_value Minimum value of distribution factor, can be undefined (is not set, 0.5 as default)
130
+
* @param {Boolean} property_activate_time_dependent_deflections Calculation of time-dependent deflections, can be undefined (is not set, true as default)
131
+
* @param {Boolean} property_time_dependent_factor Time-dependent factor acc. to table 24.2.4.1.3, can be undefined (is not set, true as default)
132
+
* @param {Number} property_deflection_duration_of_load Duration of load, can be undefined (is not set, 60 months as default)
133
+
* @param {Boolean} property_time_dependent_material_properties Time-dependent material properties (creep, shrinkage) acc. to ACI 435, can be undefined (is not set, false as default)
0 commit comments