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/4280.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\`\`solution\`\` submodule - part 3
17 changes: 17 additions & 0 deletions doc/source/mapdl_commands/solution/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,31 @@ Solution

* - :ref:`ref_analysis_options`
* - :ref:`ref_inertia`
* - :ref:`ref_spectrum_options`
* - :ref:`ref_dynamic_options`
* - :ref:`ref_additive_manufacturing`
* - :ref:`ref_misc_loads`
* - :ref:`ref_nonlinear_options`
* - :ref:`ref_rezoning`
* - :ref:`ref_status`
* - :ref:`ref_load_step_options`
* - :ref:`ref_fe_body_loads`
* - :ref:`ref_solid_body_loads`
* - :ref:`ref__nonlinear_options`
* - :ref:`ref_fe_constraints`
* - :ref:`ref_solid_constraints`
* - :ref:`ref_birth_and_death`
* - :ref:`ref_fe_forces`
* - :ref:`ref_solid_forces`
* - :ref:`ref__status`
* - :ref:`ref__gap_conditions`
* - :ref:`ref_radiosity`
* - :ref:`ref_load_step_operations`
* - :ref:`ref_master_dof`
* - :ref:`ref_analysis_2d_to_3d`
* - :ref:`ref_ocean`
* - :ref:`ref_fe_surface_loads`
* - :ref:`ref_solid_surface_loads`


.. toctree::
Expand All @@ -33,19 +41,28 @@ Solution

analysis_options
inertia
spectrum_options
dynamic_options
additive_manufacturing
misc_loads
nonlinear_options
rezoning
status
load_step_options
fe_body_loads
solid_body_loads
_nonlinear_options
fe_constraints
solid_constraints
birth_and_death
fe_forces
solid_forces
_status
_gap_conditions
radiosity
load_step_operations
master_dof
analysis_2d_to_3d
ocean
fe_surface_loads
solid_surface_loads
32 changes: 18 additions & 14 deletions doc/source/mapdl_commands/solution/ocean.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
.. _ref_ocean_commands_api:

*****
.. _ref_ocean:


Ocean
*****
=====


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.solution.ocean

These SOLUTION commands define ocean load data.
.. autoclass:: ansys.mapdl.core._commands.solution.ocean.Ocean

.. autosummary::
:toctree: _autosummary/

Mapdl.ocdata
Mapdl.ocdelete
Mapdl.oclist
Mapdl.ocread
Mapdl.octable
Mapdl.octype
Mapdl.oczone
:template: base.rst
:toctree: _autosummary


Ocean.ocdata
Ocean.ocdelete
Ocean.oclist
Ocean.ocread
Ocean.octable
Ocean.octype
Ocean.oczone
34 changes: 21 additions & 13 deletions doc/source/mapdl_commands/solution/radiosity.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
.. _ref_radiosity_commands_api:

*********
.. _ref_radiosity:


Radiosity
*********
=========

.. currentmodule:: ansys.mapdl.core

These SOLUTION commands are used to calculate the radiation view
factors and to specify the solution parameters for the Radiosity
solver method.
.. currentmodule:: ansys.mapdl.core._commands.solution.radiosity

.. autoclass:: ansys.mapdl.core._commands.solution.radiosity.Radiosity

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


Mapdl.rdec
Mapdl.rsopt
Mapdl.rsurf
Mapdl.rsymm
Mapdl.qsopt
Radiosity.hemiopt
Radiosity.qsopt
Radiosity.radopt
Radiosity.rdec
Radiosity.rsopt
Radiosity.rsurf
Radiosity.rsymm
Radiosity.spcnod
Radiosity.spctemp
Radiosity.v2dopt
Radiosity.vfopt
26 changes: 15 additions & 11 deletions doc/source/mapdl_commands/solution/rezoning.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
.. _ref_rezoning_commands_api:

********
.. _ref_rezoning:


Rezoning
********
========

.. currentmodule:: ansys.mapdl.core

These SOLUTION commands apply to analyses that use rezoning.
.. currentmodule:: ansys.mapdl.core._commands.solution.rezoning

.. autoclass:: ansys.mapdl.core._commands.solution.rezoning.Rezoning

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


Mapdl.rezone
Mapdl.mapsolve
Mapdl.mapvar
Mapdl.remesh
Mapdl.aremesh
Rezoning.aremesh
Rezoning.mapsolve
Rezoning.mapvar
Rezoning.remesh
Rezoning.rezone
46 changes: 25 additions & 21 deletions doc/source/mapdl_commands/solution/solid_body_loads.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
.. _ref_solid_body_loads_commands_api:

****************
Solid body loads
****************
.. _ref_solid_body_loads:

.. currentmodule:: ansys.mapdl.core

These SOLUTION commands are used to define body loads on the solid model.
SolidBodyLoads
==============


.. currentmodule:: ansys.mapdl.core._commands.solution.solid_body_loads

.. autoclass:: ansys.mapdl.core._commands.solution.solid_body_loads.SolidBodyLoads

.. autosummary::
:toctree: _autosummary/

Mapdl.bfa
Mapdl.bfadele
Mapdl.bfalist
Mapdl.bfk
Mapdl.bfkdele
Mapdl.bfklist
Mapdl.bfl
Mapdl.bfldele
Mapdl.bfllist
Mapdl.bftran
Mapdl.bfv
Mapdl.bfvdele
Mapdl.bfvlist
:template: base.rst
:toctree: _autosummary


SolidBodyLoads.bfa
SolidBodyLoads.bfadele
SolidBodyLoads.bfalist
SolidBodyLoads.bfk
SolidBodyLoads.bfkdele
SolidBodyLoads.bfklist
SolidBodyLoads.bfl
SolidBodyLoads.bfldele
SolidBodyLoads.bfllist
SolidBodyLoads.bftran
SolidBodyLoads.bfv
SolidBodyLoads.bfvdele
SolidBodyLoads.bfvlist
40 changes: 22 additions & 18 deletions doc/source/mapdl_commands/solution/solid_constraints.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
.. _ref_solid_constraints_commands_api:

*****************
Solid constraints
*****************
.. _ref_solid_constraints:

.. currentmodule:: ansys.mapdl.core

These SOLUTION commands are used to define constraints on the solid model.
SolidConstraints
================


.. currentmodule:: ansys.mapdl.core._commands.solution.solid_constraints

.. autoclass:: ansys.mapdl.core._commands.solution.solid_constraints.SolidConstraints

.. autosummary::
:toctree: _autosummary/

Mapdl.da
Mapdl.dadele
Mapdl.dalist
Mapdl.dk
Mapdl.dkdele
Mapdl.dklist
Mapdl.dl
Mapdl.dldele
Mapdl.dllist
Mapdl.dtran
:template: base.rst
:toctree: _autosummary


SolidConstraints.da
SolidConstraints.dadele
SolidConstraints.dalist
SolidConstraints.dk
SolidConstraints.dkdele
SolidConstraints.dklist
SolidConstraints.dl
SolidConstraints.dldele
SolidConstraints.dllist
SolidConstraints.dtran
26 changes: 15 additions & 11 deletions doc/source/mapdl_commands/solution/solid_forces.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
.. _ref_solid_forces_commands_api:

************
Solid forces
************
.. _ref_solid_forces:

.. currentmodule:: ansys.mapdl.core

These SOLUTION commands are used to define forces on the solid model.
SolidForces
===========


.. currentmodule:: ansys.mapdl.core._commands.solution.solid_forces

.. autoclass:: ansys.mapdl.core._commands.solution.solid_forces.SolidForces

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


Mapdl.fk
Mapdl.fkdele
Mapdl.fklist
Mapdl.ftran
SolidForces.fk
SolidForces.fkdele
SolidForces.fklist
SolidForces.ftran
34 changes: 19 additions & 15 deletions doc/source/mapdl_commands/solution/solid_surface_loads.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
.. _ref_solid_surface_loads_commands_api:

*******************
Solid surface loads
*******************
.. _ref_solid_surface_loads:

.. currentmodule:: ansys.mapdl.core

These SOLUTION commands are used to define surface loads on the solid model.
SolidSurfaceLoads
=================


.. currentmodule:: ansys.mapdl.core._commands.solution.solid_surface_loads

.. autoclass:: ansys.mapdl.core._commands.solution.solid_surface_loads.SolidSurfaceLoads

.. autosummary::
:toctree: _autosummary/

Mapdl.sfa
Mapdl.sfadele
Mapdl.sfalist
Mapdl.sfl
Mapdl.sfldele
Mapdl.sfllist
Mapdl.sftran
:template: base.rst
:toctree: _autosummary


SolidSurfaceLoads.sfa
SolidSurfaceLoads.sfadele
SolidSurfaceLoads.sfalist
SolidSurfaceLoads.sfl
SolidSurfaceLoads.sfldele
SolidSurfaceLoads.sfllist
SolidSurfaceLoads.sftran
30 changes: 0 additions & 30 deletions doc/source/mapdl_commands/solution/solution_status.rst

This file was deleted.

Loading
Loading