Database command
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to define spatial dimension of model and number of degrees-of-freedom at nodes. Once issued additional commands are added to interpreter.
model BasicBuilder -ndm $ndm <-ndf $ndf> |
$ndm | spatial dimension of problem (1,2, or 3) |
$ndf | number of degrees of freedom at node (optional) |
default value depends on value of ndm: | |
ndm=1 -> ndf=1 | |
ndm=2 -> ndf=3 | |
ndm=3 -> ndf=6 |