CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions > OpenFOAM CC Toolkits for Fluid-Structure Interaction

[stressAnalysis] how i can define the material type?

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree5Likes
  • 2 Post By gnut1989
  • 1 Post By Annier
  • 2 Post By Tushar@cfd

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 22, 2014, 14:01
Default how i can define the material type?
  #1
New Member
 
ebrahim
Join Date: Dec 2014
Posts: 2
Rep Power: 0
e-nikookar is on a distinguished road
how i can change or define the material type? for example define the steel
and what is the "DT" in transportproperties file?

thank you for helping me out
e-nikookar is offline   Reply With Quote

Old   December 31, 2014, 02:27
Default
  #2
New Member
 
Duong Tung
Join Date: Nov 2014
Location: Ho Chi Minh city, Viet Nam
Posts: 28
Rep Power: 11
gnut1989 is on a distinguished road
Quote:
Originally Posted by e-nikookar View Post
how i can change or define the material type? for example define the steel
and what is the "DT" in transportproperties file?

thank you for helping me out
Hello Ibrahim,

You should follow the user's guide of OpenFoam. In this 2.2 section (Stress analysis of a plate with a hole), you can define the properties of materials in the constant directory (mechenicalProperties and thermalProperties files).

D and T are the length and temperature respectively in this case.

I hope that my sharing is useful to you.

Duong Tung
Annier and e-nikookar like this.
gnut1989 is offline   Reply With Quote

Old   December 31, 2014, 03:50
Default
  #3
Member
 
Anil Kunwar
Join Date: Jun 2013
Posts: 64
Rep Power: 11
Annier is an unknown quantity at this point
Hi Ebrahim,
1. You can define thermo-mechanical and transport properties of your material in mechanicalProperties, transportProperties and thermalProperties files located in the constant directory of the tutorial case or test example of OpenFOAM.

2. You can see the OpenFOAM programmer's guide about Dimensional Unit (Chapter 1, Section 1.5).
http://foam.sourceforge.net/docs/Gui...mmersGuide.pdf
T
Code:
dimensions       [0 0 0 1 0 0 0];
is temperature field.

and


D
Code:
dimensions      [0 1 0 0 0 0 0];
is length.

Notably, D and T are fields in OpenFOAM; and are defined within 0 directory.


3.
Quote:
Originally Posted by e-nikookar View Post
and what is the "DT" in transportproperties file?
I think, you must be talking about "DT" described in http://openfoamwiki.net/index.php/Ho...ure_to_icoFoam.
There, it is described as
Code:
DT                 DT [0 2 -1 0 0 0 0] 0.002;
The unit of DT is m^2/s (i.e.Dimensional unit of Kinematic Viscosity). It is a scalar field with a value of 0.002 m^2/s.
Also, DT (in m^2/s) may be defined as thermal diffusivity having the same dimentional units as kinematic viscosity.


4. Hence, D, T and DT are three different fields.

Yours
Anil Kunwar
e-nikookar likes this.

Last edited by Annier; January 15, 2015 at 07:02.
Annier is offline   Reply With Quote

Old   January 2, 2015, 00:01
Default
  #4
Senior Member
 
T. Chourushi
Join Date: Jul 2009
Posts: 321
Blog Entries: 1
Rep Power: 17
Tushar@cfd is on a distinguished road
Quote:
Originally Posted by e-nikookar View Post
how i can change or define the material type? for example define the steel
and what is the "DT" in transportproperties file?

thank you for helping me out
Dear e-nikookar,

I guess you are doing the stressAnalysis and since you didn't mention further details of your solver so I assumed that you are using the "solidDisplacementFoam" solver for your purpose.

1.
Now if you need thermal analysis then you can switch ON the thermal stress it using "yes" in "thermalProperties" file.

Code:
thermalStress   yes;
Also, define the variables required for thermal analysis like "DT" etc. (for more information refer "readThermalProperties.H" file)

2.
If you don't need thermal analysis and want to focus on mechanical properties (like steel), I guess that is what you asked then you have to edit the "mechanicalProperties" file in your case folder. The relation for these variables can be found from the readMechanicalProperties.H and solver files.

-
Best Luck!
Annier and e-nikookar like this.
Tushar@cfd is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting the height of the stream in the free channel kevinmccartin CFX 12 October 13, 2022 21:43
Error during initialization of "rhoSimpleFoam" kornickel OpenFOAM Running, Solving & CFD 8 September 17, 2013 05:37
[swak4Foam] Air Conditioned room groovyBC Sebaj OpenFOAM Community Contributions 7 October 31, 2012 14:16
error message cuteapathy CFX 14 March 20, 2012 06:45
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56


All times are GMT -4. The time now is 00:46.