philipmorrisintl / aerosolved

AeroSolved is a Computational Fluid Dynamics code, based on the OpenFOAM software package, for simulation of the generation, transport, evolution and deposition of multispecies aerosol mixtures.
GNU General Public License v3.0
54 stars 32 forks source link

Unable to run Allrun scripts #2

Closed ashishmagar600 closed 4 years ago

ashishmagar600 commented 4 years ago

I am not able to run much of the tutorials which are using bash scripting and variables for changing entries in the dicts. For cases/Brownian: $> ./Allrun

Invalid aerosol model specified (sectional or moment)

Do we have to do something else before running the Allrun script?

I am able to run just the cases/cavity with scripts.

f-lucci commented 4 years ago

sectional or moment needs to be an input of the Allrun script.

Type for exhample:

./Allrun moment

ashishmagar600 commented 4 years ago

Thank you.

For cases/CAG: $> ./Allrun 20 moment ./Allrun: 10: ./Allrun: [[: not found Invalid mesh (specify the radial number of cells in the capillary) should be the command? Where '20' is the radial number of cells in the capillary.

Also for cases/elbow: $> ./Allrun fullStokes moment ./Allrun: 8: ./Allrun: Syntax error: "(" unexpected (expecting "then")

ashishmagar600 commented 4 years ago

Is there any correct way to run them?

bluelee333633 commented 4 years ago

bash ./allrun

Get Outlook for Androidhttps://aka.ms/ghei36


From: Ashish Magar notifications@github.com Sent: Monday, June 29, 2020 10:44:50 PM To: pmpsa-cfd/aerosolved aerosolved@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [pmpsa-cfd/aerosolved] Unable to run Allrun scripts (#2)

Is there any correct way to run them?

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/pmpsa-cfd/aerosolved/issues/2#issuecomment-651167827, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AI6NCRSF3ENXVZU35KZRJPDRZCSGFANCNFSM4OEKXQAA.

ashishmagar600 commented 4 years ago

Thank You..!!

leecking commented 2 years ago

Have you solved your problem? Can you tell me the method?

ohohohvv commented 2 years ago

I need the method too!!