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") | |
Runtime type information. More... | |
syringePressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
syringePressureFvPatchScalarField (const syringePressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &) | |
Construct by mapping given syringePressureFvPatchScalarField. More... | |
syringePressureFvPatchScalarField (const syringePressureFvPatchScalarField &)=delete | |
Disallow copy without setting internal field reference. More... | |
syringePressureFvPatchScalarField (const syringePressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Copy constructor setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
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 [m^2] | yes | |
Sp | syringe piston speed [m/s] | yes | |
VsI | initial syringe volume [m^3] | 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 [m^2/s^2] | 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 147 of file syringePressureFvPatchScalarField.H.
syringePressureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 34 of file syringePressureFvPatchScalarField.C.
References fvPatchField< Type >::operator=().
Referenced by syringePressureFvPatchScalarField::clone().
syringePressureFvPatchScalarField | ( | const syringePressureFvPatchScalarField & | sppsf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fieldMapper & | mapper | ||
) |
Construct by mapping given syringePressureFvPatchScalarField.
onto a new patch
Definition at line 61 of file syringePressureFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
syringePressureFvPatchScalarField | ( | const syringePressureFvPatchScalarField & | sppsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 86 of file syringePressureFvPatchScalarField.C.
TypeName | ( | "syringePressure" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 239 of file syringePressureFvPatchScalarField.H.
References syringePressureFvPatchScalarField::syringePressureFvPatchScalarField().
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 150 of file syringePressureFvPatchScalarField.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimMassFlux, Foam::dimVolumetricFlux, Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::operator==(), Foam::sum(), and timeIndex.
|
virtual |
Write.
Definition at line 198 of file syringePressureFvPatchScalarField.C.
References fvPatchField< Type >::write(), and Foam::writeEntry().