This boundary condition provides a pressure condition, obtained from a zero-D model of the cylinder of a syringe. More...
Public Member Functions | |
TypeName ("syringePressure") | |
syringePressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
syringePressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
syringePressureFvPatchScalarField (const syringePressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
virtual tmp< fvPatchScalarField > | clone () const |
syringePressureFvPatchScalarField (const syringePressureFvPatchScalarField &) | |
syringePressureFvPatchScalarField (const syringePressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
virtual void | updateCoeffs () |
virtual void | write (Ostream &) const |
This boundary condition provides a pressure condition, obtained from a zero-D model of the cylinder of a syringe.
The syringe cylinder is defined by its initial volume, piston area and velocity profile specified by regions of constant acceleration, speed and deceleration. The gas in the cylinder is described by its initial pressure and compressibility which is assumed constant, i.e. isothermal expansion/compression.
Property | Description | Required | Default value |
---|---|---|---|
Ap | syringe piston area [m2] | yes | |
Sp | syringe piston speed [m/s] | yes | |
VsI | initial syringe volume [m3] | yes | |
tas | start of piston acceleration [s] | yes | |
tae | end of piston acceleration [s] | yes | |
tds | start of piston deceleration [s] | yes | |
tde | end of piston deceleration [s] | yes | |
psI | initial syringe pressure [Pa] | yes | |
psi | gas compressibility [m2/s2] | yes | |
ams | added (or removed) gas mass [kg] | yes |
Example of the BC specification:
<patchName> { type syringePressure; Ap 1.388e-6; Sp 0.01; VsI 1.388e-8; tas 0.001; tae 0.002; tds 0.005; tde 0.006; psI 1e5; psi 1e-5; ams 0; value uniform 0; }
Definition at line 148 of file syringePressureFvPatchScalarField.H.
syringePressureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 31 of file syringePressureFvPatchScalarField.C.
Referenced by syringePressureFvPatchScalarField::clone().
syringePressureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 43 of file syringePressureFvPatchScalarField.C.
syringePressureFvPatchScalarField | ( | const syringePressureFvPatchScalarField & | sppsf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Definition at line 70 of file syringePressureFvPatchScalarField.C.
syringePressureFvPatchScalarField | ( | const syringePressureFvPatchScalarField & | sppsf | ) |
Definition at line 118 of file syringePressureFvPatchScalarField.C.
syringePressureFvPatchScalarField | ( | const syringePressureFvPatchScalarField & | sppsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 95 of file syringePressureFvPatchScalarField.C.
TypeName | ( | "syringePressure" | ) |
|
inlinevirtual |
Definition at line 234 of file syringePressureFvPatchScalarField.H.
References syringePressureFvPatchScalarField::syringePressureFvPatchScalarField().
|
inlinevirtual |
Definition at line 257 of file syringePressureFvPatchScalarField.H.
References syringePressureFvPatchScalarField::syringePressureFvPatchScalarField().
|
virtual |
Definition at line 180 of file syringePressureFvPatchScalarField.C.
References Foam::dimArea, Foam::dimDensity, Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::operator==(), Foam::foamVersion::patch, phi, Foam::sum(), and timeIndex.
|
virtual |
Definition at line 228 of file syringePressureFvPatchScalarField.C.
References os(), fvPatchField::write(), Ostream::writeEntry(), and Ostream::writeEntryIfDifferent().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.