**z7p
#
Description#
This command enables the application of user-defined boundary conditions through a Zprogram script. The script includes the following function definitions:
This function is used to carry out useful operations before applying the boundary conditions (retrieve mesh entitites, read the load to be applied from a file, …). This function is optional.
void initialize() { ... }
This function allows to specify the DOFs’ values to apply. This function is mandatory.
void update() { ... }
Syntax#
The syntax required to impose nodal DOFs is:
**z7p
script.z7p
Examples can be found in $Z7PATH/TESTS/Program_test/BC_test/INP/
.