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).
| Category | Engineering |
| Syntax | CONC_FC(fc, [property]) |
Parameters
| Parameter | Required | Description |
|---|---|---|
fc | Required | Concrete compressive strength in psi (must be > 0). |
property | Optional | [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.