sfl#
- SolidSurfaceLoads.sfl(line='', lab='', vali='', valj='', val2i='', val2j='', **kwargs)#
Specifies surface loads on lines of an area.
Mechanical APDL Command: SFL
- Parameters:
- line
str Line to which surface load applies. If ALL, apply load to all selected lines ( lsel ). If
Line= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may be substituted forLine.- lab
str Valid surface load label. Load labels are listed under “Surface Loads” in the input table for each element type in the Element Reference. This command contains some tables and extra information which can be inspected in the original documentation pointed above… _sfl1:
Thermal labels CONV and HFLUX are mutually exclusive.
For an acoustic analysis, apply the fluid-structure interaction flag (Label = FSI) to only the
FLUID129orFLUID130elements.- vali
str Surface load values at the first keypoint (
VALI) and at the second keypoint (VALJ) of the line, or table name for specifying tabular boundary conditions. IfVALJis blank, it defaults toVALI. IfVALJis zero, a zero is used.If
Lab= CONV:VALIandVALJare the film coefficients andVAL2IandVAL2Jare the bulk temperatures.To specify a table, enclose the table name in percent signs (%), e.g.,
tabname. (Issue dim to define a table.)If
Lab= CONV andVALI= -N, the film coefficient may be a function of temperature and is determined from the HF property table for materialN( mp ). (See scopt for a way to override this option and use -Nas the film coefficient.)If kbc,0 has been issued for ramped loads, it affects only the bulk temperatures,
VAL2IandVAL2J, and the film coefficient specification,VALIandVALJ, are unaffected.
If
Lab= RAD,VALIandVALJvalues are surface emissivities andVAL2IandVAL2Jare ambient temperatures. The temperature used to evaluate the film coefficient is usually the average between the bulk and wall temperatures, but may be user-defined for some elements.If
Lab= RDSF,VALIis the emissivity value. IfVALI=-N, the emissivity may be a function of the temperature and is determined from the EMISS property table for materialN( mp ).If
Lab= FSIN in a unidirectional Mechanical APDL-to-CFX analysis,VALJis the surface interface number (not available from within the GUI) andVALIis not used.- valj
str Surface load values at the first keypoint (
VALI) and at the second keypoint (VALJ) of the line, or table name for specifying tabular boundary conditions. IfVALJis blank, it defaults toVALI. IfVALJis zero, a zero is used.If
Lab= CONV:VALIandVALJare the film coefficients andVAL2IandVAL2Jare the bulk temperatures.To specify a table, enclose the table name in percent signs (%), e.g.,
tabname. (Issue dim to define a table.)If
Lab= CONV andVALI= -N, the film coefficient may be a function of temperature and is determined from the HF property table for materialN( mp ). (See scopt for a way to override this option and use -Nas the film coefficient.)If kbc,0 has been issued for ramped loads, it affects only the bulk temperatures,
VAL2IandVAL2J, and the film coefficient specification,VALIandVALJ, are unaffected.
If
Lab= RAD,VALIandVALJvalues are surface emissivities andVAL2IandVAL2Jare ambient temperatures. The temperature used to evaluate the film coefficient is usually the average between the bulk and wall temperatures, but may be user-defined for some elements.If
Lab= RDSF,VALIis the emissivity value. IfVALI=-N, the emissivity may be a function of the temperature and is determined from the EMISS property table for materialN( mp ).If
Lab= FSIN in a unidirectional Mechanical APDL-to-CFX analysis,VALJis the surface interface number (not available from within the GUI) andVALIis not used.- val2i
str Second surface load values (if any). If
VAL2Jis blank, it defaults toVAL2I. IfVAL2Jis zero, a zero is used. To specify a table (Lab= CONV), enclose the table name in percent signs (%), for example,tabname. Use the dim command to define a table.If
Lab= CONV:VAL2IandVAL2Jare the bulk temperatures.If kbc,0 has been issued for ramped loads, the bulk temperature is ramped from the value defined by tunif to the value specified by
VALIandVALJfor the first loadstep. If tabular boundary conditions are defined, the kbc command is ignored and tabular values are used for the bulk temperatures.
If
Lab= RAD,VAL2IandVAL2Jare the ambient temperatures.If
Lab= RDSF,VAL2Iis the enclosure number. Radiation will occur between surfaces flagged with the same enclosure numbers. If the enclosure is open, radiation will occur to the ambient.VAL2IandVAL2Jare not used for other surface load labels.- val2j
str Second surface load values (if any). If
VAL2Jis blank, it defaults toVAL2I. IfVAL2Jis zero, a zero is used. To specify a table (Lab= CONV), enclose the table name in percent signs (%), for example,tabname. Use the dim command to define a table.If
Lab= CONV:VAL2IandVAL2Jare the bulk temperatures.If kbc,0 has been issued for ramped loads, the bulk temperature is ramped from the value defined by tunif to the value specified by
VALIandVALJfor the first loadstep. If tabular boundary conditions are defined, the kbc command is ignored and tabular values are used for the bulk temperatures.
If
Lab= RAD,VAL2IandVAL2Jare the ambient temperatures.If
Lab= RDSF,VAL2Iis the enclosure number. Radiation will occur between surfaces flagged with the same enclosure numbers. If the enclosure is open, radiation will occur to the ambient.VAL2IandVAL2Jare not used for other surface load labels.
- line
Notes
Specifies surface loads on the selected lines of area regions. The lines represent either the edges of area elements or axisymmetric shell elements themselves. Surface loads may be transferred from lines to elements via sftran or sbctran. See sfe for a description of surface loads. Loads input on this command may be tapered. See sfgrad for an alternate tapered load capability.
You can specify a table name only when using structural (PRES) and thermal (CONV [film coefficient and/or bulk temperature], HFLUX), and surface emissivity and ambient temperature (RAD) surface load labels.
VALJandVAL2Jare ignored for tabular boundary conditions.In a mode-superposition harmonic or transient analysis, you must apply the load in the modal portion of the analysis. Mechanical APDL calculates a load vector and writes it to the
MODEfile, which you can apply via lvscale.This command is also valid in PREP7.