|
[Sponsors] |
Set a phase shift to the sinusoidal veolocity |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 14, 2022, 22:38 |
Set a phase shift to the sinusoidal veolocity
|
#1 |
New Member
Giulia
Join Date: Feb 2022
Posts: 19
Rep Power: 4 |
Hello,
I am using OpenFOAM version 6 and chtmultiregionfoam solver. This is my current boundary condition (sinusoidal motion) for the velocity of water region (fluid region): Code:
internalField uniform (0 0 0); boundaryField { #includeEtc "caseDicts/setConstraintTypes" minX { type uniformFixedValue; uniformValue sine; uniformValueCoeffs { frequency 0.1; amplitude 0.015; scale (0.8 0 0); level (0 0 0); // offset t0 0; // shift this for a Cosinus } } maxX { type zeroGradient; } "(min|max)(Z)" { type empty; ~value; } "water_to_.*" { type noSlip; } } If I want to give a phase shift of the sinusoidal waveform (for instance, a 60 degree shift), how can I impose it? (I guess I would have to modify the t0 value but I am not sure how precisely). Thank you all for your help! |
|
Tags |
boundary condition, chtmultiregionfoam, fluid displacement, phase shift, sinusoidal motion |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
No Phase Shift with CFX | YuguiYo | CFX | 7 | June 28, 2016 13:04 |
iteration questions in discrete phase | iknowjesus | FLUENT | 4 | March 13, 2015 07:07 |
How to show the transient case? | H.P.LIU | Phoenics | 7 | July 13, 2010 05:31 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |
How to set phase dependent turbulence models? | J.Yang | CFX | 2 | August 29, 2002 16:39 |