필터 지우기
필터 지우기

Calculating Gaussian Wave packet Wave speed and Wave length

조회 수: 3 (최근 30일)
john carr
john carr 2021년 8월 13일
편집: john carr 2021년 8월 13일
Hey All,
I am trying to simulate fluid flow in a channel where the inlet volumetric flux is prescribed as a gaussian functin with a specfic frequency (f) and wavelength (λ) but am confused on how to do this exactly. I am using the equation for a gaussian wrapped onto a unit circle (below), but I dont know how to calcualte λ or f from the equation. any help is greatly appreciated!
Q_Inlet = @(theta) amp*exp(-(theta-mu).^2/(2*sd^2)) + q0; % [cm^3/s] Gaussian In-Flux BC condition
where
mu => mean
sd => standard deviation
q0 => vertical offset
amp => max amplitude
theta => the period of the wave (-pi to pi)

답변 (0개)

카테고리

Help CenterFile Exchange에서 Fluid Mechanics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by