Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/4318.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\`\`prep7\`\` submodule - part 3
8 changes: 8 additions & 0 deletions doc/source/mapdl_commands/prep7/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,27 @@ Prep7
areas
booleans
meshing
special_purpose
database
elements
status
piping
primitives
cross_sections
lines
data_tables
constraint_equations
constraint_equations_
nodes
coupled_dof
morphing
element_type
materials
volumes
_status
keypoints
hard_points
artificially_matched_layers
real_constants
superelements
explicit_dynamics
66 changes: 36 additions & 30 deletions doc/source/mapdl_commands/prep7/nodes.rst
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
.. _ref_nodes_commands_api:

*****
.. _ref_nodes:


Nodes
*****
=====


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.prep7.nodes

These PREP7 commands are used to create, modify, list, etc., nodes.
.. autoclass:: ansys.mapdl.core._commands.prep7.nodes.Nodes

.. autosummary::
:toctree: _autosummary/

Mapdl.center
Mapdl.fill
Mapdl.move
Mapdl.n
Mapdl.naxis
Mapdl.nang
Mapdl.ndele
Mapdl.ndist
Mapdl.ngen
Mapdl.nkpt
Mapdl.nlist
Mapdl.nmodif
Mapdl.nora
Mapdl.norl
Mapdl.nread
Mapdl.nrotat
Mapdl.nrrang
Mapdl.nscale
Mapdl.nsmooth
Mapdl.nsym
Mapdl.nwrite
Mapdl.quad
Mapdl.transfer
:template: base.rst
:toctree: _autosummary


Nodes.center
Nodes.eextrude
Nodes.fill
Nodes.move
Nodes.n
Nodes.nang
Nodes.naxis
Nodes.ndele
Nodes.ndist
Nodes.ngen
Nodes.nkpt
Nodes.nlist
Nodes.nmodif
Nodes.nora
Nodes.norl
Nodes.nplot
Nodes.nread
Nodes.nrotat
Nodes.nrrang
Nodes.nscale
Nodes.nsmooth
Nodes.nsym
Nodes.nwrite
Nodes.quad
Nodes.transfer
37 changes: 37 additions & 0 deletions doc/source/mapdl_commands/prep7/piping.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

.. _ref_piping:


Piping
======


.. currentmodule:: ansys.mapdl.core._commands.prep7.piping

.. autoclass:: ansys.mapdl.core._commands.prep7.piping.Piping

.. autosummary::
:template: base.rst
:toctree: _autosummary


Piping.bellow
Piping.bend
Piping.branch
Piping.flange
Piping.miter
Piping.pcorro
Piping.pdrag
Piping.pfluid
Piping.pgap
Piping.pinsul
Piping.popt
Piping.ppres
Piping.pspec
Piping.psprng
Piping.ptemp
Piping.punit
Piping.reduce
Piping.run
Piping.tee
Piping.valve
60 changes: 32 additions & 28 deletions doc/source/mapdl_commands/prep7/primitives.rst
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
.. _ref_primitives_commands_api:

**********
.. _ref_primitives:


Primitives
**********
==========


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.prep7.primitives

These PREP7 commands are used to create primitive shapes for modeling.
.. autoclass:: ansys.mapdl.core._commands.prep7.primitives.Primitives

.. autosummary::
:toctree: _autosummary/

Mapdl.blc4
Mapdl.blc5
Mapdl.block
Mapdl.con4
Mapdl.cone
Mapdl.cyl4
Mapdl.cyl5
Mapdl.cylind
Mapdl.pcirc
Mapdl.poly
Mapdl.pri2
Mapdl.prism
Mapdl.ptxy
Mapdl.rectng
Mapdl.rpoly
Mapdl.rpr4
Mapdl.rprism
Mapdl.sph4
Mapdl.sph5
Mapdl.sphere
Mapdl.torus
:template: base.rst
:toctree: _autosummary


Primitives.blc4
Primitives.blc5
Primitives.block
Primitives.con4
Primitives.cone
Primitives.cyl4
Primitives.cyl5
Primitives.cylind
Primitives.pcirc
Primitives.poly
Primitives.pri2
Primitives.prism
Primitives.ptxy
Primitives.rectng
Primitives.rpoly
Primitives.rpr4
Primitives.rprism
Primitives.sph4
Primitives.sph5
Primitives.sphere
Primitives.torus
32 changes: 18 additions & 14 deletions doc/source/mapdl_commands/prep7/real_constants.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
.. _ref_real_constants_commands_api:

**************
Real constants
**************
.. _ref_real_constants:

.. currentmodule:: ansys.mapdl.core

These PREP7 commands define the model real constants.
RealConstants
=============


.. currentmodule:: ansys.mapdl.core._commands.prep7.real_constants

.. autoclass:: ansys.mapdl.core._commands.prep7.real_constants.RealConstants

.. autosummary::
:toctree: _autosummary/

Mapdl.r
Mapdl.rdele
Mapdl.rlist
Mapdl.rmodif
Mapdl.rmore
Mapdl.setfgap
:template: base.rst
:toctree: _autosummary


RealConstants.r
RealConstants.rdele
RealConstants.rlist
RealConstants.rmodif
RealConstants.rmore
RealConstants.setfgap
50 changes: 0 additions & 50 deletions doc/source/mapdl_commands/prep7/sections.rst

This file was deleted.

52 changes: 29 additions & 23 deletions doc/source/mapdl_commands/prep7/special_purpose.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
.. _ref_special_purpose_commands_api:

***************
Special purpose
***************
.. _ref_special_purpose:

.. currentmodule:: ansys.mapdl.core

These PREP7 commands are used for special-purpose operations.
SpecialPurpose
==============


.. currentmodule:: ansys.mapdl.core._commands.prep7.special_purpose

.. autoclass:: ansys.mapdl.core._commands.prep7.special_purpose.SpecialPurpose

.. autosummary::
:toctree: _autosummary/

Mapdl.aerocoeff
Mapdl.cint
Mapdl.cycexpand
Mapdl.cycfreq
Mapdl.cyclic
Mapdl.cycopt
Mapdl.emsym
Mapdl.mstole
Mapdl.perbc2d
Mapdl.physics
Mapdl.race
Mapdl.sstate
Mapdl.xfdata
Mapdl.xfenrich
Mapdl.xflist
:template: base.rst
:toctree: _autosummary


SpecialPurpose.adpci
SpecialPurpose.aerocoeff
SpecialPurpose.cint
SpecialPurpose.cycexpand
SpecialPurpose.cycfreq
SpecialPurpose.cyclic
SpecialPurpose.cycopt
SpecialPurpose.emsym
SpecialPurpose.msopt
SpecialPurpose.mstole
SpecialPurpose.perbc2d
SpecialPurpose.race
SpecialPurpose.sstate
SpecialPurpose.xfcrkmesh
SpecialPurpose.xfdata
SpecialPurpose.xfenrich
SpecialPurpose.xflist
Loading
Loading