CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   IC engine motion (https://www.cfd-online.com/Forums/openfoam-solving/120016-ic-engine-motion.html)

ChWalther June 28, 2013 07:33

IC engine motion
 
Hello
I still have some problems to run my engine case, when I use thobois or accordionEngineMesch engineTopoChangerMEsh my engine doesnt move.
LayerAR works fine.
I use OF 1.6-ext, thoboisMesh, laplaceCellDecompositionMotionSolver,
my MotionU file:
Quote:

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
piston
{
type componentMixed;
refValue $internalField;
valueFraction uniform (0 0 1);
}
cylinderHead
{
type fixedValue;
value $internalField;
}
liner
{
type componentMixed;
refValue $internalField;
valueFraction uniform (1 1 0);
}
}
my dynamicMeshDict:
Quote:

solver laplaceCellDecomposition;
diffusivity quadratic;

distancePatches 1 (piston);

frozenDiffusion false;
hope you can help.


All times are GMT -4. The time now is 14:17.