Skip to content

Commit 6ea1dd2

Browse files
feat: solution - part 2 (#4265)
* feat: ``solution`` - part 2 * chore: adding changelog file 4265.added.md [dependabot-skip] * fix: revert pre-commit changes --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent ea811c1 commit 6ea1dd2

40 files changed

+10901
-7425
lines changed

doc/changelog.d/4265.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\`\`solution\`\` - part 2
Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
1-
.. _ref_fe_body_loads_commands_api:
21

3-
*************
4-
FE body loads
5-
*************
2+
.. _ref_fe_body_loads:
63

7-
.. currentmodule:: ansys.mapdl.core
84

9-
These SOLUTION commands are used to define body loads on the finite element model.
5+
FeBodyLoads
6+
===========
7+
8+
9+
.. currentmodule:: ansys.mapdl.core._commands.solution.fe_body_loads
10+
11+
.. autoclass:: ansys.mapdl.core._commands.solution.fe_body_loads.FeBodyLoads
1012

1113
.. autosummary::
12-
:toctree: _autosummary/
13-
14-
Mapdl.bf
15-
Mapdl.bfcum
16-
Mapdl.bfdele
17-
Mapdl.bfe
18-
Mapdl.bfecum
19-
Mapdl.bfedele
20-
Mapdl.bfelist
21-
Mapdl.bfescal
22-
Mapdl.bflist
23-
Mapdl.bfscale
24-
Mapdl.bfunif
25-
Mapdl.ldread
26-
Mapdl.rimport
27-
Mapdl.tunif
14+
:template: base.rst
15+
:toctree: _autosummary
16+
17+
18+
FeBodyLoads.bf
19+
FeBodyLoads.bfcum
20+
FeBodyLoads.bfdele
21+
FeBodyLoads.bfe
22+
FeBodyLoads.bfecum
23+
FeBodyLoads.bfedele
24+
FeBodyLoads.bfelist
25+
FeBodyLoads.bfescal
26+
FeBodyLoads.bflist
27+
FeBodyLoads.bfport
28+
FeBodyLoads.bfscale
29+
FeBodyLoads.bfunif
30+
FeBodyLoads.tunif
Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
.. _ref_fe_constraints_commands_api:
21

3-
**************
4-
FE constraints
5-
**************
2+
.. _ref_fe_constraints:
63

7-
.. currentmodule:: ansys.mapdl.core
84

9-
These SOLUTION commands are used to define constraints on the finite element model.
5+
FeConstraints
6+
=============
7+
8+
9+
.. currentmodule:: ansys.mapdl.core._commands.solution.fe_constraints
10+
11+
.. autoclass:: ansys.mapdl.core._commands.solution.fe_constraints.FeConstraints
1012

1113
.. autosummary::
12-
:toctree: _autosummary/
13-
14-
Mapdl.d
15-
Mapdl.dcum
16-
Mapdl.ddele
17-
Mapdl.dflx
18-
Mapdl.dj
19-
Mapdl.djdele
20-
Mapdl.djlist
21-
Mapdl.dlist
22-
Mapdl.dscale
23-
Mapdl.dsym
24-
Mapdl.dval
25-
Mapdl.gsbdata
26-
Mapdl.gslist
14+
:template: base.rst
15+
:toctree: _autosummary
16+
17+
18+
FeConstraints.d
19+
FeConstraints.dcum
20+
FeConstraints.ddele
21+
FeConstraints.dflx
22+
FeConstraints.dj
23+
FeConstraints.djdele
24+
FeConstraints.djlist
25+
FeConstraints.dlist
26+
FeConstraints.dscale
27+
FeConstraints.dsym
28+
FeConstraints.dval
29+
FeConstraints.gsbdata
30+
FeConstraints.gslist
31+
FeConstraints.ldread
Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1-
.. _ref_fe_forces_commands_api:
21

3-
*********
4-
FE forces
5-
*********
2+
.. _ref_fe_forces:
63

7-
.. currentmodule:: ansys.mapdl.core
84

9-
These SOLUTION commands are used to define nodal loads on the finite element model.
5+
FeForces
6+
========
7+
8+
9+
.. currentmodule:: ansys.mapdl.core._commands.solution.fe_forces
10+
11+
.. autoclass:: ansys.mapdl.core._commands.solution.fe_forces.FeForces
1012

1113
.. autosummary::
12-
:toctree: _autosummary/
13-
14-
Mapdl.f
15-
Mapdl.fcum
16-
Mapdl.fdele
17-
Mapdl.fj
18-
Mapdl.fjdele
19-
Mapdl.fjlist
20-
Mapdl.flist
21-
Mapdl.fscale
22-
Mapdl.fssect
14+
:template: base.rst
15+
:toctree: _autosummary
16+
17+
18+
FeForces.f
19+
FeForces.fcum
20+
FeForces.fdele
21+
FeForces.fj
22+
FeForces.fjdele
23+
FeForces.fjlist
24+
FeForces.flist
25+
FeForces.fscale
Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
1-
.. _ref_fe_surface_loads_commands_api:
21

3-
****************
4-
FE surface loads
5-
****************
2+
.. _ref_fe_surface_loads:
63

7-
.. currentmodule:: ansys.mapdl.core
84

9-
These SOLUTION commands are used to define surface loads on the finite element model.
5+
FeSurfaceLoads
6+
==============
7+
8+
9+
.. currentmodule:: ansys.mapdl.core._commands.solution.fe_surface_loads
10+
11+
.. autoclass:: ansys.mapdl.core._commands.solution.fe_surface_loads.FeSurfaceLoads
1012

1113
.. autosummary::
12-
:toctree: _autosummary/
13-
14-
Mapdl.sf
15-
Mapdl.sfbeam
16-
Mapdl.sfcum
17-
Mapdl.sfdele
18-
Mapdl.sfe
19-
Mapdl.sfedele
20-
Mapdl.sfelist
21-
Mapdl.sffun
22-
Mapdl.sfgrad
23-
Mapdl.sflist
24-
Mapdl.sfscale
14+
:template: base.rst
15+
:toctree: _autosummary
16+
17+
18+
FeSurfaceLoads.sf
19+
FeSurfaceLoads.sfbeam
20+
FeSurfaceLoads.sfcontrol
21+
FeSurfaceLoads.sfcum
22+
FeSurfaceLoads.sfdele
23+
FeSurfaceLoads.sfe
24+
FeSurfaceLoads.sfedele
25+
FeSurfaceLoads.sfelist
26+
FeSurfaceLoads.sffun
27+
FeSurfaceLoads.sfgrad
28+
FeSurfaceLoads.sflist
29+
FeSurfaceLoads.sfscale

doc/source/mapdl_commands/solution/gap_conditions.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

doc/source/mapdl_commands/solution/index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,45 @@ Solution
77
.. list-table::
88

99
* - :ref:`ref_analysis_options`
10+
* - :ref:`ref_inertia`
1011
* - :ref:`ref_dynamic_options`
1112
* - :ref:`ref_additive_manufacturing`
13+
* - :ref:`ref_misc_loads`
14+
* - :ref:`ref_nonlinear_options`
15+
* - :ref:`ref_load_step_options`
16+
* - :ref:`ref_fe_body_loads`
1217
* - :ref:`ref__nonlinear_options`
18+
* - :ref:`ref_fe_constraints`
1319
* - :ref:`ref_birth_and_death`
20+
* - :ref:`ref_fe_forces`
1421
* - :ref:`ref__status`
1522
* - :ref:`ref__gap_conditions`
23+
* - :ref:`ref_radiosity`
24+
* - :ref:`ref_load_step_operations`
25+
* - :ref:`ref_master_dof`
1626
* - :ref:`ref_analysis_2d_to_3d`
27+
* - :ref:`ref_fe_surface_loads`
1728

1829

1930
.. toctree::
2031
:maxdepth: 1
2132
:hidden:
2233

2334
analysis_options
35+
inertia
2436
dynamic_options
2537
additive_manufacturing
38+
misc_loads
39+
nonlinear_options
40+
load_step_options
41+
fe_body_loads
2642
_nonlinear_options
43+
fe_constraints
2744
birth_and_death
45+
fe_forces
2846
_status
2947
_gap_conditions
48+
load_step_operations
49+
master_dof
3050
analysis_2d_to_3d
51+
fe_surface_loads
Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
.. _ref_inertia_commands_api:
21

3-
*******
2+
.. _ref_inertia:
3+
4+
45
Inertia
5-
*******
6+
=======
7+
68

7-
.. currentmodule:: ansys.mapdl.core
9+
.. currentmodule:: ansys.mapdl.core._commands.solution.inertia
810

9-
These SOLUTION commands are used to define inertial loads on the model.
11+
.. autoclass:: ansys.mapdl.core._commands.solution.inertia.Inertia
1012

1113
.. autosummary::
12-
:toctree: _autosummary/
13-
14-
Mapdl.acel
15-
Mapdl.cgloc
16-
Mapdl.cgomga
17-
Mapdl.cmacel
18-
Mapdl.cmdomega
19-
Mapdl.cmomega
20-
Mapdl.cmrotate
21-
Mapdl.coriolis
22-
Mapdl.dcgomg
23-
Mapdl.domega
24-
Mapdl.irlf
25-
Mapdl.omega
26-
Mapdl.synchro
14+
:template: base.rst
15+
:toctree: _autosummary
16+
17+
18+
Inertia.acel
19+
Inertia.airl
20+
Inertia.cgloc
21+
Inertia.cgomga
22+
Inertia.cmacel
23+
Inertia.cmdomega
24+
Inertia.cmomega
25+
Inertia.cmrotate
26+
Inertia.coriolis
27+
Inertia.dcgomg
28+
Inertia.domega
29+
Inertia.irlf
30+
Inertia.omega
31+
Inertia.synchro
Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
.. _ref_load_step_operations_commands_api:
21

3-
********************
4-
Load step operations
5-
********************
2+
.. _ref_load_step_operations:
63

7-
.. currentmodule:: ansys.mapdl.core
84

9-
These SOLUTION commands are used to write and solve multiple load steps.
5+
LoadStepOperations
6+
==================
7+
8+
9+
.. currentmodule:: ansys.mapdl.core._commands.solution.load_step_operations
10+
11+
.. autoclass:: ansys.mapdl.core._commands.solution.load_step_operations.LoadStepOperations
1012

1113
.. autosummary::
12-
:toctree: _autosummary/
14+
:template: base.rst
15+
:toctree: _autosummary
16+
1317

14-
Mapdl.lsclear
15-
Mapdl.lsdele
16-
Mapdl.lsread
17-
Mapdl.lssolve
18-
Mapdl.lswrite
18+
LoadStepOperations.lsclear
19+
LoadStepOperations.lsdele
20+
LoadStepOperations.lsread
21+
LoadStepOperations.lssolve
22+
LoadStepOperations.lswrite

0 commit comments

Comments
 (0)