Creating new Solvers for CFDEM

Submitted by chaitanya_wadi on Thu, 09/26/2013 - 20:41

Hi,
Can anybody tell me how to compile the changes made if we create a new solver similar to CfdemSolverPiso.
Please tell what all steps would be required as in making new folder, .C file, compiling, any changes made to bashrc etc.

Thanks a lot.

alice's picture

alice | Wed, 10/02/2013 - 12:13

Hi,
the easiest way to create a new solver is to first copy an existing one, then change the old name to the new one at all positions (the *.C file, the *.H file, and please to not forget about the files in the Make folder) and then just complie it with the command
>> wmake
No changes will be necessary in the .bashrc.
Regards,
Alice