|
[Sponsors] |
August 14, 2013, 12:04 |
ForcePlaneWithinFlow
|
#1 |
New Member
Jason Pearl
Join Date: Jul 2013
Location: Burlington
Posts: 10
Rep Power: 13 |
Hi all,
I have created a volScalarField of force per unit depth for each finite volume Fx=(rho*Ux^2+(p-pa))dy where rho U and p are properties of the volume and pa is the ambient pressure. I am calculating the force for a supersonic nozzle. How can I obtain a surfaceScalarField for a particular location within a volScalarField? (I basically want to take a slice of the volScalarField that i create and analyze that data) I was thinking something along the lines: Code:
surfaceScalarField Fexit ( IOobject ( 'Fexit', runTime.timeName(), mesh, IOobject::NO_READ ), //Code to specify location of surface in flow ); //Code to sum all finite Forces to total force generated by nozzle thanks for any help / advice |
|
Tags |
nozzle flow, nozzle simulation, post procesing, surfacefields, volscalarfield |
|
|