mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: motionSolvers: dynamicMeshDict new syntax
This commit is contained in:
@ -20,7 +20,10 @@ motionSolverLibs ("libfvMotionSolvers.so");
|
||||
|
||||
solver displacementLaplacian;
|
||||
|
||||
diffusivity inverseDistance (movingBlock);
|
||||
displacementLaplacianCoeffs
|
||||
{
|
||||
diffusivity inverseDistance (movingBlock);
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user