Unusual boundary conditions in FEA software

In summary: What happens if you have two conflicting boundary conditions?If you have two conflicting boundary conditions, the solver will give you an error message.
  • #1
feynman1
435
29
For a 2D problem with unknown displacements u(x,y) and v(x,y), is it allowed to give such a set of BCs u(0,y)=1 and vy(0,y)=0, the former being a displacement BC, the latter being a force BC (vy is the y strain)?
How is this implemented in FEA software?
 
Engineering news on Phys.org
  • #2
Can you control the “degree of freedom” of nodes in your model ?
 
  • #3
Baluncore said:
Can you control the “degree of freedom” of nodes in your model ?
the number of DOFs is fixed in a model, =2 in a 2D plane problem.
 
  • #4
feynman1 said:
the number of DOFs is fixed in a model, =2 in a 2D plane problem.
Controlling the DoF of individual nodes is supported in some FEA software.

Search in the documentation for “anisotropic” or “directional properties”.
Maybe consider a "zero friction" layer between the material and the boundary.

Rather than considering generalities, it might help if you identified the particular FEA software package you are using.
 
  • #5
Baluncore said:
Controlling the DoF of individual nodes is supported in some FEA software.

Search in the documentation for “anisotropic” or “directional properties”.
Maybe consider a "zero friction" layer between the material and the boundary.

Rather than considering generalities, it might help if you identified the particular FEA software package you are using.
Ansys, abaqus etc. I don't know how “anisotropic” or “directional properties”, "zero friction" have sth to do with this topic. How do you control DOFs?
 
  • #6
In FEA software it's pretty straightforward. You can apply boundary conditions to individual or grouped nodes (only CAD-embedded FEA modules are limited to geometry-based selection) and control each DOF (3 translations for 3D solid elements or 3 translations and 3 rotations for 3D shell or beam elements). Usually, you can specify local (user-defined) coordinate systems for boundary conditions, including cylindrical systems. There are also special constraints (called SPC and MPC that allow you to define more complex relations for degrees of freedom, for example, you can make selected DOFs for two nodes equal).
 
  • Like
Likes feynman1
  • #7
FEAnalyst said:
In FEA software it's pretty straightforward. You can apply boundary conditions to individual or grouped nodes (only CAD-embedded FEA modules are limited to geometry-based selection) and control each DOF (3 translations for 3D solid elements or 3 translations and 3 rotations for 3D shell or beam elements). Usually, you can specify local (user-defined) coordinate systems for boundary conditions, including cylindrical systems. There are also special constraints (called SPC and MPC that allow you to define more complex relations for degrees of freedom, for example, you can make selected DOFs for two nodes equal).
many thanks but is there a specific example or demonstration of how this works as a response to my OP?
 
  • #8
feynman1 said:
many thanks but is there a specific example or demonstration of how this works as a response to my OP?
You would have to focus on particular software. Personally, I recommend Abaqus where features like that are very well implemented. Abaqus documentation is very comprehensive and contains multiple examples for all options, including MPCs.
 
  • #9
If on one same boundary, a displacement BC is given along x but a force BC is given along y, is it allowed and what will the software do?
 
  • #10
Sure, since those are separate DOFs, it's not a problem. In fact, such situations are quite common - for example, consider a block sliding on a surface. You can push the block towards the surface (force in the vertical direction) and slide it on this surface (prescribed displacement in the horizontal direction). This load and boundary condition can be applied to the same region of the block (i.e. its top face). In fact, it wouldn't be a problem to apply force and prescribed displacement to the same region and in the same DOF but it just wouldn't make much sense. The only thing that you can't do is apply conflicting boundary conditions - for example, fix the surface in one direction and make it move by 2 mm in that direction at the same time. In such a case the solver will give you an error message regarding redundant BCs.
 
  • Like
Likes feynman1
  • #11
FEAnalyst said:
Sure, since those are separate DOFs, it's not a problem. In fact, such situations are quite common - for example, consider a block sliding on a surface. You can push the block towards the surface (force in the vertical direction) and slide it on this surface (prescribed displacement in the horizontal direction). This load and boundary condition can be applied to the same region of the block (i.e. its top face). In fact, it wouldn't be a problem to apply force and prescribed displacement to the same region and in the same DOF but it just wouldn't make much sense. The only thing that you can't do is apply conflicting boundary conditions - for example, fix the surface in one direction and make it move by 2 mm in that direction at the same time. In such a case the solver will give you an error message regarding redundant BCs.
When applying conflicting BCs, namely applying a displacement and force BC along the same direction on the same boundary, the software still can compute without an error message. Does that vary from software to software? In this case, which one will be overridden, displacement or force condition?
 
  • #12
feynman1 said:
When applying conflicting BCs, namely applying a displacement and force BC along the same direction on the same boundary, the software still can compute without an error message. Does that vary from software to software? In this case, which one will be overridden, displacement or force condition?
What I meant by conflicting constraints, was limited to boundary conditions (prescribed displacements). Loads are somewhat different in FEA. Boundary conditions influence the left side of the equation while external forces form the right side of it: $$[K] \lbrace u \rbrace=\lbrace f \rbrace$$ where: ##[K]## - stiffness matrix, ##\lbrace u \rbrace## - displacement vector (from it we get the solutions), ##\lbrace f \rbrace## - external forces vector.
 
  • #13
FEAnalyst said:
What I meant by conflicting constraints, was limited to boundary conditions (prescribed displacements). Loads are somewhat different in FEA. Boundary conditions influence the left side of the equation while external forces form the right side of it: $$[K] \lbrace u \rbrace=\lbrace f \rbrace$$ where: ##[K]## - stiffness matrix, ##\lbrace u \rbrace## - displacement vector (from it we get the solutions), ##\lbrace f \rbrace## - external forces vector.
Right! Then perhaps the final FEA result depends on the sequential order of how the software loads the displacement and force BCs, that is the former (displacement/force) load will be overridden by the latter (displacement/force), and perhaps the software won't regard this as an error. Is it possible to investigate this sequential order, while I doubt software will release this trivial detail?
 
  • #14
feynman1 said:
Right! Then perhaps the final FEA result depends on the sequential order of how the software loads the displacement and force BCs, that is the former (displacement/force) load will be overridden by the latter (displacement/force), and perhaps the software won't regard this as an error. Is it possible to investigate this sequential order, while I doubt software will release this trivial detail?
Yes, redundant features are sometimes treated this way in FEA software. However, this does not apply to such important stuff as boundary conditions - the program does not perform the analysis and shows an error so that the user realizes that he has defined conflicting boundary conditions. Redundancy is allowed only in cases when removal of unnecessary definition (the second one, solver leaves the one that’s first in the input file) won’t have significant impact on the solution. And even then there is a warning (but not error) message in output files.
 
  • Like
Likes feynman1

1. What are unusual boundary conditions in FEA software?

Unusual boundary conditions in FEA software refer to boundary conditions that are not commonly encountered in typical engineering applications. These may include complex geometries, non-linear material behavior, or extreme loading conditions.

2. How do unusual boundary conditions affect FEA results?

Unusual boundary conditions can significantly impact FEA results, as they may introduce high stress concentrations, non-uniform deformation, or other unexpected behaviors. It is important to carefully consider and validate these boundary conditions to ensure accurate results.

3. How can I incorporate unusual boundary conditions into my FEA model?

Incorporating unusual boundary conditions into an FEA model requires a thorough understanding of the software's capabilities and limitations. It may involve advanced techniques such as mesh refinement, submodeling, or user-defined elements. Consulting with experienced FEA analysts or software support may also be helpful.

4. Are there any specific FEA software packages that are better suited for handling unusual boundary conditions?

While most FEA software packages have the capability to handle unusual boundary conditions, some may have more advanced features or specialized tools that make them better suited for these scenarios. It is important to research and compare different software options to find the best fit for your specific needs.

5. How can I validate the results of an FEA analysis with unusual boundary conditions?

Validating FEA results with unusual boundary conditions can be challenging, as there may not be readily available experimental data or analytical solutions to compare against. However, techniques such as sensitivity analysis, convergence studies, and benchmarking against similar cases can help ensure the accuracy of the results.

Similar threads

Replies
21
Views
1K
  • Differential Equations
Replies
22
Views
2K
Replies
5
Views
1K
  • Mechanical Engineering
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
19
Views
1K
  • Mechanical Engineering
Replies
1
Views
2K
  • Programming and Computer Science
Replies
1
Views
963
Replies
2
Views
1K
  • Mechanical Engineering
Replies
1
Views
926
  • Advanced Physics Homework Help
Replies
5
Views
1K
Back
Top