Terminology for Control Volumes, Elements & Nodes

In summary: So I'm thinking that the term finite element method may be more specific to the calculations that are performed.
  • #1
Q_Goest
Science Advisor
Homework Helper
Gold Member
3,012
42
I'm looking for some terminology. Numerical methods of analysis seem to use different terminology for the same things, such as an "element" or "finite element" used for stress analysis, versus a "control volume" in thermodynamics. I've also seen both terms used in CFD. Is there a proper term for the elements something is broken up into? And how would you define a "node"?

The boundary around this element or volume is often referred to as a control surface or even a control boundary. But is that what a finite element analysis program will use as terminology or is there some other term?

What do you call the physical interactions between volumes or elements? For a stress analysis we have stresses or forces acting on the elements. In CFD analysis, we may have mass moving through the boundary, heat flux, or other influences on the volume or element. Is there a name for these influences?
 
Engineering news on Phys.org
  • #2
Q_Goest said:
I'm looking for some terminology. Numerical methods of analysis seem to use different terminology for the same things, such as an "element" or "finite element" used for stress analysis, versus a "control volume" in thermodynamics. I've also seen both terms used in CFD. Is there a proper term for the elements something is broken up into? And how would you define a "node"?

The boundary around this element or volume is often referred to as a control surface or even a control boundary. But is that what a finite element analysis program will use as terminology or is there some other term?

What do you call the physical interactions between volumes or elements? For a stress analysis we have stresses or forces acting on the elements. In CFD analysis, we may have mass moving through the boundary, heat flux, or other influences on the volume or element. Is there a name for these influences?

As far as I see you know how is the stuff in structural mechanics, but you're little confused as Fluid Mech. is involved, aren't you?.

The fact is nowadays there is people who employ Finite Element Methods to solve CFD problems. Former CFD expertises rejected (it gave good results in structural mechanics but not in Fluid Mech.) to employ this technique with Fluid Mechanics. Because of that, Finite Differences and Finite Volumes have become the most spread methods to solve CFD problems.

Of course a Finite Volume is not the same as a Finite Element. While a Finite Volume is a control volume where Integral Conservation Laws must be satisfied, a Finite Element is a region of the space composed by some computational nodes in its boundary and where the solution is virtually computed and solved imposing a some condition of minimum residual. Also the solution on the nodes is pondered by nodal functions which interpolate the solution across the finite element.

Also there are interaction between elements whatever they are, because by definition there are global constraints such as continuity and momentum transferring that every element must yield simultaneously.

By the way I'm not an expert on FEM at all. I only used it with a commercial code ANSYS, I have never programed it at all. My knowledge is more related to Finite Differences. Therefore whatever the stupidity I have just said, let it me know.
 
  • #3
Clausius, thanks for the response. I had a look for the terms Finite Volume Method and Finite Element Method and found some decent definitions at Mathworld

Finite Volume Method:
The finite volume method is a numerical method for solving partial differential equations that calculates the values of the conserved variables averaged across the volume…
Ref: http://mathworld.wolfram.com/FiniteVolumeMethod.html

Finite Element Method:
A method for solving an equation by approximating continuous quantities as a set of quantities at discrete points, often regularly spaced into a so-called grid or mesh.
Ref: http://mathworld.wolfram.com/FiniteElementMethod.html

It seems these are numerical methods used when breaking something up with a mesh. They regard how the calculations are performed. If we break something up into small bits, I'm guessing that these are methods used to calculate the physical interactions between the bits. Is that correct? What I'm more interested in is a general concept. I'll try to explain starting with a control volume:

Control Volume:
A control volume is a fixed region in space chosen for the thermodynamic study of mass and energy balances for a flowing system. …
Ref: http://www.engineersedge.com/thermodynamics/control_volume.htm

The control volume concept isn't a numerical method. It's a more general concept. But I don't believe people use the term when describing the volumes into which something is broken up in order to perform a numerical analysis on it. We don't generally talk about a structure that we're doing a finite element analysis on as being broken up into control volumes (or do you?). And we don't generally talk about a fluid that we're doing a CFD analysis on as being broken up into control volumes (or do you?).

So getting back to and refining the original questions,
1) Is there a word for the small chunks of 'stuff' that something is broken up into when performing some type of numerical analysis? Granted, a control volume and a control mass is slightly different, but is there a general term?

2) Is the correct term for the boundary that surrounds that small chunk a "control surface" or is there another term?

3) And is there any terminology which is defined as the physical interactions which cross that boundary? (By "physical interactions" I mean a term which all the stresses, forces, mass flows, electric flux, heat flux, etc… can be lumped into such as 'boundary effect', which is some physical interaction that occurs at the boundary. Note that I just made up the term "boundary affect" to give you an idea of what I'm looking for.)

Thanks.
 
  • #4
Q_Goest said:
And we don't generally talk about a fluid that we're doing a CFD analysis on as being broken up into control volumes (or do you?).

Of course I do. When you're computing a problem, the physical domain is divided into small cells usually called "control volumes".

Q_Goest said:
So getting back to and refining the original questions,
1) Is there a word for the small chunks of 'stuff' that something is broken up into when performing some type of numerical analysis? Granted, a control volume and a control mass is slightly different, but is there a general term?

2) Is the correct term for the boundary that surrounds that small chunk a "control surface" or is there another term?

3) And is there any terminology which is defined as the physical interactions which cross that boundary?

Thanks.

Take a look at my figure attached. It is a mesh of the Soyuz/ST rocket fairing, computed by means of elliptic method. I made it some time ago for a project of a CFD course. It is prepared to compute on it a discretized form of N-S equations with a Finite Difference Method. But anyway, it could be employed with a Finite Volume Method (FVM). Each curvilinear cell you see is a control volume, which is rounded by a control surface.

Why is it called "control volume". If you are familiar with Integral Form of the N-S equations, those equations handle finite regions of space, called "control volumes" in the general case. You integrate those equations over such domain. The aim of FVM is to do the same, but the main difference with a "macroscopic" integral method is that it allows non-uniform profiles of the fluid variables. Each cell must yield an integral conservation law (Continuity, Momentum and Energy). Due to the interaction of each cell (some fluxes which go out of some cell will come into another), all the fluxes are coupled. Pay attention to the word "flux", because I mean the surface integral of some fluid variable (momentum flux, mass flux...). That says to you there is a border of the control volume called "control surface".

Coupling all the integral conservations laws for each control volume you obtain the entire flow field. Each control volume is also controlled and located, so it forms a definited entity.

Commercial codes such as Fluent works that way. FVM gives a major elasticity at computing, without serious problems of meshing a complex geometry nor numerical instabilities.
 

Attachments

  • F1.jpg
    F1.jpg
    25.4 KB · Views: 406
  • #5
Clausius, thanks for the feedback again. I'm working on a presentation here and want to make sure the terminology I'm using is correct. I started using "control volume" and "control surface" to describe the elements but wasn't sure if those were the correct terms. Sounds like you're saying they are, at least for CFD. Do you know if that holds true for an FEA stress analysis too? Do you call the elements "control volumes" or do you call them elements or nodes? FEA and CFD analysis weren't very common when I was in college, so although the concept seems fairly basic, I need to ensure the terminology I'm using is valid.

Also, any idea what the best terminology is for question #3 above? In your case, you have mass flowing into and out of your CV's, as well as perhaps some shear stresses or pressures which operate on each control surface. Is there a general term to describe these inputs as they cross over between two CV's?
 
  • #6
You're welcome.

Q_Goest said:
Do you know if that holds true for an FEA stress analysis too? Do you call the elements "control volumes" or do you call them elements or nodes?

In FEA you talk about "nodes" and "elements". Never talk about "control volumes". The fact is that the information you found about it seems to me to be accurate.

Q_Goest said:
Also, any idea what the best terminology is for question #3 above? In your case, you have mass flowing into and out of your CV's, as well as perhaps some shear stresses or pressures which operate on each control surface. Is there a general term to describe these inputs as they cross over between two CV's?

The interaction between one cell and another in steady state is given by an integral extended over some surface [tex] S_j[/tex] which is the frontier of the CV:

[tex] \int_S \overline{F}\cdot \overline{dS}=0[/tex]

[tex]\overline{F}[/tex] is the so-called set of principal fluxes. These fluxes are composed of mass flux [tex]\rho \overline{v}[/tex], momentum flux [tex] \rho \overline{v}\overline{v}[/tex] and energy flux [tex] \rho (e+v^2/2)\overline v[/tex]. It could be substracted from momentum flux the stress-pressure forces [tex] PI-\tau'[/tex], where I is the identity tensor.

That equation represents the conjunction of all the integral conservation laws represented in vectorial form. "Fluxes of fluid variables" is the expression you're looking for.
 

1. What is a control volume?

A control volume is a specific region or volume in a system that is used to analyze the physical properties and behavior of a fluid or substance. It is typically defined by a closed boundary and is used to study the flow and exchange of mass, energy, and momentum within the system.

2. How are control volumes different from control elements?

Control volumes and control elements are often used interchangeably, but there is a subtle difference between the two. A control volume is a region in space, while a control element is a discrete volume within that region that is used for calculating and analyzing physical properties.

3. What is the significance of nodes in control volumes?

Nodes are points or locations within a control volume that are used to discretize the volume into smaller elements. They are important because they allow for a more accurate and efficient analysis of the physical properties within the control volume.

4. How are control volumes and control elements used in fluid mechanics?

In fluid mechanics, control volumes and control elements are used to analyze and study the behavior of fluids, such as their flow, pressure, and energy transfer. They are essential in solving complex problems and designing systems that involve the movement and exchange of fluids.

5. Can control volumes and control elements be applied to other fields of science?

Yes, control volumes and control elements are not limited to fluid mechanics and can be applied to other fields of science, such as heat transfer, thermodynamics, and even economics. They are useful tools for analyzing and understanding the behavior of systems and processes.

Similar threads

  • Mechanical Engineering
Replies
9
Views
2K
Replies
12
Views
2K
  • Introductory Physics Homework Help
Replies
12
Views
847
  • Mechanical Engineering
Replies
1
Views
7K
  • Special and General Relativity
Replies
21
Views
2K
  • Mechanical Engineering
Replies
2
Views
988
  • Mechanical Engineering
Replies
1
Views
3K
Replies
6
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
902
  • Aerospace Engineering
Replies
12
Views
2K
Back
Top