14 lines
315 B
C++
14 lines
315 B
C++
// -*- C++ -*-
|
|
|
|
isentropicPressure
|
|
{
|
|
type pressure;
|
|
libs (fieldFunctionObjects);
|
|
enabled yes;
|
|
writeControl writeTime;
|
|
mode isentropic;
|
|
result isentropicP;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|