Skip to main content

CONC_FC

Returns a material property for normal-weight concrete with compressive strength fc (psi) per ACI 318. Default property is "Ec" (modulus of elasticity).

CategoryEngineering
SyntaxCONC_FC(fc, [property])

Parameters

ParameterRequiredDescription
fcRequiredConcrete compressive strength in psi (must be > 0).
propertyOptional[Optional] Property: "Ec"/"modulus" (57000√fc, psi), "fr" (7.5√fc, psi), "beta1" (ACI stress-block factor), "lambda" (1.0), "density" (150 pcf). Default: "Ec".

Example

CONC_FC(fc, property)

Auto-generated from the EngCanvas function registry.