ansys.mapdl.core.Mapdl.dval#
- Mapdl.dval(baseid='', lab='', value='', value2='', keycal='', **kwargs)#
Defines values at enforced motion base.
Mechanical APDL Command: DVAL
- Parameters:
- baseid
str The identification number of the enforced motion base (defined using the d command in the modal analysis).
- lab
str U- Enforced displacement.ACC- Enforced acceleration.
- value
str The value or table name reference for tabular boundary conditions. To specify a table, enclose the table name in percent (%) signs ( dval,
BaseID,U,``tablename``). Use the dim command to define a table.- value2
str The value of the second degree of freedom (if present). If the analysis type and the degree of freedom allow a complex input,
VALUEis the real component andVALUE2is the imaginary component.- keycal
str Displacement result calculation key:
ON- Calculate absolute displacement and acceleration results (default).OFF- Calculate relative displacement and acceleration results.
- baseid
Notes
In a mode-superposition harmonic or transient analysis, you can apply enforced displacement or acceleration loads. If multiple loads are specified for the same base identification number (BaseID), the last load applied overrides the previous ones. For example, the following commands apply displacement to the base with identification number 1:
DVAL,1,U,VALUE DVAL,1,ACC,VALUE
In this case, the acceleration (ACC) applied in the last command will override the displacement (U).
Issue lsclear,LSOPT to delete dval command options from the database.
For more information, see Enforced Motion Method for Mode-Superposition Transient and Harmonic Analyses Enforced Motion Method for Transient and Harmonic Analyses