Syntax
MATERIAL arg1 arg2 arg3
Description
A material consists of predefined characteristic values known to the program and optionally of user-defined characteristic values. The predefined characteristic values are defined by a keyword (e.g. EMODUL). Their names (e.g. "E") serve the user's view and can also be language-dependent. All predefined characteristic values have an assigned dimension, while the unknown user-defined values are not subject to the unit system. The analysis uses only the values known to the program. Additional, user-defined values are only managed.
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Material name |
END |
KEYWORD |
Scope will be closed |
arg2
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened (arg1 = filter). |
arg3 (arg2 = BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to the material. |
CLEAR |
KEYWORD |
The material is reset before the scope is imported. |
Scopes
MATERIALS
Examples
MATERIAL "C35/45" BEGIN
TEXT ""
FOREIGN "EN_Eurocode:C_35/45"
VALUES BEGIN CLEAR
VALUE EMODUL "E" 34100 "\%0.0lf" ""
VALUE GMODUL "G" 14208.3 "\%0.0lf" ""
VALUE POISSON "Ny" 0.2 "\%0.1lf" ""
VALUE ALPHAT "Alpha-T" 1E-05 "\%0.6lf" ""
VALUE GAMMA "Gamma" 24.5166 "\%0.1lf" ""
VALUE FCK "fck" 35 "\%0.0lf" ""
VALUE FCM "fcm" 43 "\%0.0lf" ""
VALUE CEMENTCLASS "Cement class" 1 "\%0.3lf" ""
VALUE CAGGREGATE "Concrete Aggregate" QUARTZITE "" ""
VALUE GCEMENT "Cement Content" 0 "\%0.1lf" ""
VALUE GSILICATE "Silicate Content" 0 "\%0.1lf" ""
VALUE FCTM "fctm" 3.2 "\%0.0lf" ""
VALUE AGS "Aggregate size" 10 "\%0.3lf" ""
VALUES END
MATERIAL END
The material is created/overwritten.
|
(C) ALLPLAN GmbH |
Privacy policy |