FEM: typos

This commit is contained in:
Bernd Hahnebach
2019-03-27 07:32:33 +01:00
committed by wmayer
parent f9a4335735
commit 62a82f88e8
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ ConstraintDisplacement::ConstraintDisplacement()
// each dof has three attributes, but only one of them should evaluate to True!
// Free is True, Free, Fix should be False and Value should be 0.0
// Fix is True, totally restrained, Free should be False and Value should be 0.0
// Displacment or Rotation not 0.0, prescribed displacement, Free and Fix should be False
// Displacement or Rotation not 0.0, prescribed displacement, Free and Fix should be False
// x displacement
ADD_PROPERTY(xFix,(0));

View File

@@ -667,7 +667,7 @@ std::map<std::string, std::string> _getFreeCADMechResultVectorProperties() {
return resFCVecProp;
}
// see https://forum.freecadweb.org/viewtopic.php?f=18&t=33106&start=30#p277434 for further informations in the regard of names etc
// see https://forum.freecadweb.org/viewtopic.php?f=18&t=33106&start=30#p277434 for further information in the regard of names etc
// some scalar list are not needed on VTK file export but they are needed for internal VTK pipeline
// TODO some filter to only export the needed values to VTK file but have all in FreeCAD VTK pipline
std::map<std::string, std::string> _getFreeCADMechResultScalarProperties() {

View File

@@ -244,7 +244,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Overwrite solver working directory with the directory choosen above</string>
<string>Overwrite solver working directory with the directory chosen above</string>
</property>
<property name="checked">
<bool>true</bool>