diff --git a/src/Mod/Fem/femsolver/run.py b/src/Mod/Fem/femsolver/run.py index c7e4815b24..78588dcaa4 100644 --- a/src/Mod/Fem/femsolver/run.py +++ b/src/Mod/Fem/femsolver/run.py @@ -61,7 +61,7 @@ _dirTypes = {} def run_fem_solver(solver, working_dir=None): - """ Execute *solver* of the solver framwork. + """ Execute *solver* of the solver framework. Uses :meth:`getMachine ` to obtain a :class:`Machine` instance of the solver. It than executes the Machine with @@ -71,7 +71,7 @@ def run_fem_solver(solver, working_dir=None): the function. :param solver: - A document object which must be a famework complient solver. This means + A document object which must be a framework compliant solver. This means that it should be derived from the document object provided by :mod:`femsolver.solverbase` and implement all required methods correctely. Of particular importance is :meth:`getMachine @@ -151,7 +151,7 @@ def getMachine(solver, path=None): """ Get or create :class:`Machine` using caching mechanism. :param solver: - A document object which must be a famework complient solver. This means + A document object which must be a framework compliant solver. This means that it should be derived from the document object provided by :mod:`femsolver.solverbase` and implement all required methods correctely. Of particular importance is :meth:`getMachine diff --git a/src/Mod/Fem/femsolver/settings.py b/src/Mod/Fem/femsolver/settings.py index 48b4f685c4..a2dded35f0 100644 --- a/src/Mod/Fem/femsolver/settings.py +++ b/src/Mod/Fem/femsolver/settings.py @@ -22,11 +22,11 @@ """ Query FEM specific settings including solver settings. Query settings from the hierarchically organized settings/parameter system of -FreeCAD related to the FEM module. The collection of independed functions use +FreeCAD related to the FEM module. The collection of independent functions use the settings system as a backend and expose a easy to use interface for other modules of the FEM module. -Functions quering solver specific settings always take a solver name as a +Functions querying solver specific settings always take a solver name as a string to identify the solver in question. At the moment the following solvers are supported: @@ -148,7 +148,7 @@ class _SolverDlg(object): """ Internal query logic for solver specific settings. Each instance queries settings for one specific solver (e.g. Elmer) common - among all solvers. To clearify: There are a few settings that are useful + among all solvers. To clarify: There are a few settings that are useful for every solver (e.g. where to find the solver binary) but the value and the FreeCAD parameter path is different for each one. A instance of this class contains all the solver specific paths needed. The settings can be