Dynamic Characteristics Analysis of Side-Branch Resonant Hydraulic Pulsation Dampers

Title: Dynamic Characteristics Analysis of Side-Branch Resonant Hydraulic Pulsation Dampers (in Chinese)
Author: DU Run, KE Jian, YU Lanying

Abstract: Transient state of side-branch resonant hydraulic pulsation dampers computed with a CFD (Computational Fluid Dynamics) code was presented to analyze relationship between dynamic characteristics of dampers and their cavity. Under laminar condition, using M-sequence pressure signal to simulate pressure wave acting as a kind of boundary and considering compressibility of fluid to simulate transient state of pulsation dampers. Frequency response is given via FFT (Fast Fourier Transform) of transient pressure sequences. Frequency responses and insert loss are compared among pulsation dampers with same cavity volume but different diameter and length. Using step pressure to simulate pressure impact, flow field is showed. And, pulsation dampers with same frequency response but different cavity volume were designed,and their performance were presented. Relationship between base frequency of dampers and diameter-length ratio was given via distributed-parameter model. The result shows: dampers’ dynamic characteristics is related to cavity’s diameter-length ratio in a certain degree, when the ratio is less than 1 and decreases, base frequency of damper is getting smaller; when it is larger than 1 and increases, base frequency of damper increase little, in this case, it has little relation with this ratio. The analysis provides optimization direction of side-branch resonant hydraulic pulsation dampers.

For Preview

Connect ADSL Automatically and Email You Network Information

It’s time to enjoy winter holidays. However, teachers will be working for another two weeks. I’d like to use the computers in the lab when I am at home. I need to create an automatic job to do this work. The job works on Linux systems (Fedora 12 and Redhat EL 5) with pppoe, sendmail, cron. Here is the steps.

1. create an ADSL account, name it as adsl

2. make a new file adsl.up,

$vi adsl.up

commands in the file as

ifup adsl
ifconfig ppp0 | mail -s IPaddress yourmail@mail.com

the 1st line is to connect ADSL with adsl profile
the 2nd line is to get the ADSL (ppp0) connection infomation and to email you

A more complicated commands, with if-then, which could avoid to email nothing or to run mail wrong if the connection is not successful.

ifup adsl
PPPSTATUS='ifconfig ppp0'
if $PPPSTATUS
then
  ifconfig ppp0 | mail -s IPaddress yourmail@mail.com
fi

3. change it mode to allow it executable

$chmod +x adsl.up

4. add the following line to the end of /etc/crontab file:

00 21 * * * user PATH/adsl.up

this line means the machine will run adsl.up at 21:00 everyday.

5. for saving the time of online, make a disconnecting file adsl.down
and make it executable

ifdown adsl

add the following line to the end of /etc/crontab file:

00 01 * * * user PATH/adsl.down

this line means the machine will run adsl.down at 01:00 everyday.

Ok, it’s alright, but the sendmail configuration need detail
1. edit /etc/mail/sendmail.mc

$vi /etc/mail/sendmail.mc

find the following line

DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

and change 127.0.0.1 to 0.0.0.0, 0.0.0.0 means to find the domain on the internet.

2. Senmail SMTP authorizing

$vi /etc/mail/sendmail.mc

find the lines

dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN’)dnl
dnl define(`confAUTH_MECHANISMS’, `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN’)dnl

delete the dnl in the begining of the lines, since dnl means comment this line in sendmail configuration file. Deleting it can make the line work.

3. add adequate nameservers

$vi  /etc/resolv.conf

add 8.8.8.8 and 8.8.4.4 as your nameservers

    ; generated by /sbin/dhclient-script
    nameserver 8.8.8.8
    nameserver 8.8.4.4

4. restart the sendmail service

$service sendmail restart

Finally, it works. I can use the lab computers in the winter holidays.

Happy New Year

I hope you had a wonderful 2009.

In the beginning of 2010, I wish you have a brilliant year.

Happy New Year!

Review of My 2009

When 2010 is around the corner, I want to share you my 2009, what has been finished, what has not started?

What has been finished?

  • Two papers were submitted, one of them was accepted. I have finished three papers up to now with a paper submitted in 2008 being accepted in 2009.

What I have done in 2009?

  • Study for three months, June to August, in Japan.
  • Travel in Hokkaido in the summer holidays, in Japan.

What has not been finished?

  • PhD thesis is half the way. I have written half of my thesis, there is still half to write in 2010, I will finish the draft before winter holidays.
  • There is still an article to write. However, I have an idea and data, it’s time to write.
  • English articles about my research have not been written.
  • TOEFL test.

This is my review about my 2009.

What is Plagiarism?

In the process of writing papers, articles, thesis, we always meet an issue: avoiding plagiarism.

What is plagiarism? It refers to a form of cheating that has been defined as “the false assumption of authorship: the wrongful act of taking the product of another person’s mind, and presenting it as one’s own” (Alexander Lindey, Plagiarism and Originality, [New York: Harper, 1952] 2) (Joseph Gibaldi, MLA Handbook for Writers of Research Papers, 5th ed., [New York: The Modern Language Association of America, 1999], 30).

Forms of plagiarism include the failure to give appropriate acknowledgement:

  • when repeating another’s wording or particularly apt phrase
  • when paraphrasing another’s argument
  • when presenting another’s line of thinking.

(Joseph Gibaldi, MLA Handbook for Writers of Research Papers, 5th ed., [New York: The Modern Language Association of America, 1999], 30).

Frequency Response Analysis Method of Hydraulic Pulsation Dampers

Title: A Method to Frequency Response Analysis of Hydraulic Pulsation Dampers Based on CFD
Authors: DU Run, LIU Xiaohong, YU Lanying, KE Jian

Abstract: Simulating transient state of hydraulic pulsation dampers with a CFD (Computational Fluid Dynamics) code was done to get their frequency response. Under laminar condition, transient state of pulsation dampers was computed, with M-sequence (a type of pseudo-random sequence) pressure signal acting as a kind of boundary to simulate pressure wave and compressibility of fluid being considered. Frequency response was done via FFT (Fast Fourier Transform) of transient pressure sequences. Through comparing CFD model with traditional precise analysis model, the result shows: The agreement between CFD numerical analysis and traditional precise analysis is satisfactory. In the meantime, a complex model was analyzed with the CFD numerical method, and the result shows CFD analysis is practical to analyze frequency response of complicated structure hydraulic pulsation dampers.

This paper was written in Chinese, submitted to and accepted by Chinese Mechanical Engineering. Here is a preview version.
Continue reading ‘Frequency Response Analysis Method of Hydraulic Pulsation Dampers’



Get Adobe Flash playerPlugin by wpburn.com wordpress themes