createPatch创建cyclic边界条件的问题
- 
							
							
							
							
							
							
麻烦请教下大家尝试使用createPatch来创建cyclic循环边界条件,出现如下错误:  createPatchDict如下: matchTolerance 1E-4; pointSync true; // Patches to create. patches ( { name Inlet; patchInfo { type cyclic; matchTolerance 0.0001; neighbourPatch fluid_hd_to_fluid_mhd; } constructFrom patches; patches (in); } { name Fluid_hd_to_fluid_mhd; patchInfo { type cyclic; matchTolerance 0.0001; neighbourPatch inlet; } constructFrom patches; patches (out); } );
 
			




