CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions

[swak4Foam] groovyBC and probe problem, needing your help!

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   April 14, 2010, 04:27
Default groovyBC and probe problem, needing your help!
  #1
New Member
 
Join Date: Feb 2010
Posts: 4
Rep Power: 16
wwbbit is on a distinguished road
I am simulating the synthetic jet on NACA 0015 airfoil.
so I have a suction/blowing type boundary condition, and a prescribed velocity distribution is imposed at the boundary:
y=47.95*sin(2*pi*50*time). It's normal to the patch.
I have a groobyBC type boundary condition in my ./0/U, the code is
Code:
jet// the patch name
    {
    	type		groovyBC;
	valueExpression		"47.95*sin(2.0*pi*50*time())*normal()";
	value		uniform (0 0 0);
    }
Meanwhile, I have a probe code in system/controlDict, here it is
Code:
functions 
( 
probes1
    	{
        // Type of functionObject
       		type probes;
		log	true;
		outputControl timeStep;
		outputInterval 1;

        // Where to load it from (if not already in solver)
        functionObjectLibs ("libsampling.so");

        probeLocations
        (
            (0.045 0.02338 0.01875)// the point near the patch
        );
Now, the problem is magnitude of the velocity vector is far greater than 47.95, some of the vector is
Code:
 
//time Ux Uy Uz
0.04486             (79.4339 -16.8528 -3.46622e-21)
      0.04488             (77.6659 -15.7305 -4.04792e-21)
       0.0449             (75.7184 -14.4926 -4.59096e-21)
      0.04492             (73.599 -13.1451 -5.092e-21)
      0.04494             (71.3162 -11.6939 -5.54669e-21)
      0.04496             (68.8783 -10.1458 -5.9491e-21)
      0.04498             (66.2938 -8.50744 -6.29237e-21)
        0.045             (63.5716 -6.78616 -6.57194e-21)
      0.04502             (60.7203 -4.98953 -6.77717e-21)
      0.04504             (57.7497 -3.12517 -6.89967e-21)
      0.04506             (54.6711 -1.19994 -6.92882e-21)
      0.04508             (51.4999 0.781713 -6.85615e-21)
       0.0451             (48.2558 2.81933 -6.68789e-21)
      0.04512             (44.9628 4.91865 -6.43502e-21)
I have no idea about the error!! Please help me !
Any hints very much appreciated!
Regards
wwbbit
wwbbit is offline   Reply With Quote

 


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
[swak4Foam] Error using groovyBC - 'parser error for expression driver' odellar OpenFOAM Community Contributions 4 September 21, 2015 11:51
[swak4Foam] groovyBC and probe measurement odellar OpenFOAM Community Contributions 17 July 22, 2014 16:43


All times are GMT -4. The time now is 01:47.