rsurf#
- Radiosity.rsurf(options='', delopts='', etnum='', **kwargs)#
Generates the radiosity surface elements and stores them in the database.
Mechanical APDL Command: RSURF
- Parameters:
- options
str Command options:
CLEAR- Deletes radiosity surface elements and nodes. The set of elements and nodes to be deleted is defined byDelopts.ETNUMis ignored.DEFINE- Creates the radiosity surface elements and nodes (default).STAT- Shows the status/listing. Other command options are ignored.
- delopts
str Deletion options
ALL- Deletes all radiosity surface elements and nodes.LAST- Deletes radiosity surface elements and nodes created by the last rsurf command.
- etnum
str Element type number. Leave blank to indicate the next available number.
- options
Notes
This command generates the radiosity surface elements (
SURF251,SURF252) based on the rsymm and rdec parameters and stores them in the database. It works only on the faces of selected underlying elements that have RDSF flags on them and all corner nodes selected. You can issue multiple rsurf commands to build the radiosity model. However, all rsurf commands must be issued after issuing the rsymm command, and after the model is complete (that is, after all meshing operations are complete).If you do issue multiple rsurf commands for different regions, you must first mesh the different regions, and then generate the radiosity surface elements on each meshed region individually. Use rsurf,,,ETNUM to assign a separate element type number to each region. This procedure allow you to identify the individual regions later in the multi-field analysis.
If the underlying solid elements are higher order, the radiosity surface elements are always lower order (4- or 3-node in 3D or 2-node in 2D). Decimation will always occur before any symmetry operations.
For 2D axisymmetric YR models, the newly-generated nodes can have only positive Y coordinates.
The rsurf command assigns real constant set number 1 to all
SURF251andSURF252elements generated, irrespective of the current real constant set attribute pointer ( real command). If the generated elements require a real constant set other than number 1, you must manually change the set number for those elements by using the emodif,,REAL command.If you have already issued rsurf for a surface and you issue rsurf again, the program creates a new set of radiosity surface elements and nodes over the existing set, resulting in an erroneous solution. Distributed-Memory Parallel (DMP) Restriction This command is not supported in a DMP solution.
This is an action command (that creates or deletes surface meshes) and is serial in nature. Even if a DMP solution is running, the rsurf command runs serially.