rmcap#

Mapdl.rmcap(refname='', c1='', c2='', **kwargs)[source]#

Defines lumped capacitance pairs between conductors C1 and C2 for a ROM

APDL Command: RMCAP method.

Parameters:
refname

Reference name for capacitance pair definition.

c1

First conductor (between 1 and 5).

c2

Second conductor (between 1 and 5).

Notes

For a capacitance definition between conductor C1 and C2, node components COND%C1% and COND%C2% (see CM command) must be present containing the conductor nodes. If C1 and C2 are blank, the capacitance definition with RefName will be deleted. (For example, if C1 = 1, and C2 = 2, then node components COND1 and COND2 must be defined).

Distributed ANSYS Restriction: This command is not supported in Distributed ANSYS.