1 Info<<
"Reading combustion properties\n" <<
endl;
3 IOdictionary engineGeometry
17 engineGeometry.lookup(
"swirlAxis")
22 engineGeometry.lookup(
"swirlCenter")
27 engineGeometry.lookup(
"swirlRPMRatio")
32 engineGeometry.lookup(
"swirlProfile")
37 engineGeometry.lookup(
"bore")
42 engineGeometry.lookup(
"rpm")
62 vector xT =
vector(zT.y()*zT.y() + zT.z()*zT.z(), -zT.x()*zT.y(), -zT.x()*zT.z());
67 yT =
vector(zT.y(), -zT.x(), 0);
68 xT =
vector(-zT.x()*zT.z(), -zT.y()*zT.z(), zT.x()*zT.x() + zT.y()*zT.y());