From d5fc738ea13a015af2a990bfb29be45a2cfcce17 Mon Sep 17 00:00:00 2001 From: Eric F Date: Fri, 13 Nov 2020 18:04:32 +0100 Subject: [PATCH] =?utf8?q?Ajout=20d'un=20test=20pour=20le=20catalogue=20CS?= =?utf8?q?&CPS=20en=20d=C3=A9veloppement?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Vimmp/cata_CSAndCPS_test_driver_2.comm | 78 ++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 Vimmp/cata_CSAndCPS_test_driver_2.comm diff --git a/Vimmp/cata_CSAndCPS_test_driver_2.comm b/Vimmp/cata_CSAndCPS_test_driver_2.comm new file mode 100644 index 00000000..d27516dc --- /dev/null +++ b/Vimmp/cata_CSAndCPS_test_driver_2.comm @@ -0,0 +1,78 @@ +P1=userDiscrete() +CS_num_FV=modeleNumDuCompo() +CS_num_CFD_Discrete_Particles=modeleNumDuCompo() +half_pipe=meshIdentifier() +inlet=meshGroup() +outlet=meshGroup() +wall=meshGroup() +symetry=meshGroup() +SD_11=meshGroup() +inlet1=meshGroup() +half_pipe2=meshIdentifier() + +Simulated_Time_Lapse(Initial_Time=None, + Duration=None,); + +Spatial_Aspects(System_Geometry=_F(Shape=_F(Shape_Nature='Typical Geometry', + Box='Cube', + Size_Of_Bounding_Box=None, + ShapeIdentifier=None,),), + Spatial_Discretization=(_F(Mesh_Name=half_pipe, + FileFormat='med', + FileName='/home/eric/VIMMP/vimmptraining/app/fluide+particule/datafiles/half_pipe.med', + GroupIdentifier=(inlet,outlet,wall,symetry,SD_11,),), + _F(Mesh_Name=half_pipe2, + FileFormat='med', + FileName='/home/eric/VIMMP/vimmptraining/app/fluide+particule/datafiles/half_pipe.med', + GroupIdentifier=(inlet1,),),),); + +FluidComponent=Component(SystemType='Continuum system', + PhysicalDescription=_F(FluidComplexe=False, + FlowNature='Turbulent', + TurbulenceForFlowDynamics=_F(TurbulenceModellingType='One-point moment', + RANSModel='Turbulent-Viscosity Model(TVM)', + TVMChoice='k-epsilon',), + Thermal=_F(ThermalEffects='Non thermal', + DensityEquationOfState='Constant density',), + AdditionalScalars=_F(Scalar=(_F(Name=None, + ScalarFluxModel=_F(TurbulenceModellingType=\ + 'No Model (DNS)', + ChoiceOfApproach=None,),), + _F(Name=None,),),), + ScalarTurbulenceModelling=_F(TurbulenceModellingType=None,),), + NumericalModel=_F(Identifier=CS_num_FV, + ModelType='Fields', + NumericalMethod='FV', + Solver='Code_Saturne', + Mesh_Identifiers=(half_pipe,),),); + +PartComponent=Component(SystemType='Classical particle system', + PhysicalDescription=_F(Particle=_F(ParticleNature='Discrete Particle', + DiscreteParticleName=P1, + TypeOfDiscreteParticle='Solid', + TypeOfSolid='Primary Particle', + Properties=_F(Geometry='Sphere', + ParticleRadius=99.0, + Weight=_F(Mass=99.0, + Density=99.0,), + Mechanical='Rigid',), + List_Of_Interactions=_F(Bonded_Interactions=_F( + Type_Of_Bonded_Interaction='No',), + Unbonded_Interactions=_F( + Type_Of_Unbonded_Interaction='No',), + External_Field_Interaction=_F( + Type_Of_Interaction_With_An_External_Field='No',),),),), + NumericalModel=_F(Identifier=CS_num_CFD_Discrete_Particles, + ModelType='Particles', + NumericalMethod='CFD_Discrete_Particles', + Solver='OpenFOAM',),); + +Interactions(Interaction=_F(origine=CS_num_FV, + destination=CS_num_CFD_Discrete_Particles, + termeLE='Fluid_Velocity_Field', + fieldNameInOrigine=None, + fieldNameInDetgination=None, + transferType='File', + Format='Use converter', + converter='gmsh',),); +#CHECKSUM:5346559f3e67b54f3c07a0ea4d7a176b -:FIN CHECKSUM \ No newline at end of file -- 2.39.2