Problem with adimensional computation
Posted: Tue Dec 16, 2014 11:45 am
Hello everybody,
Recently, we have implemented a modul to generate the electrical double layer (particular physics).
It was planned to start this code in dimensional and adimensional mode. The adimensional mode is obtained by applying Pi-Buckingham theorem.
In the case where there is not the flow - only the particular physic modul is activated :
If we use the code without setting the source term in Navier-stokes equation then the code works in dimensional and adimensional mode. The velocity field equal zero, no iteration during the computation.
When I'm applying the electrical source term (rho*E) in NS equation in dimensional mode, it's ok ! Its impact is quite low to generate a velocity. No iteration on the velocity field.
But, in the adimensionnal mode, a velocity field is calculated during the computation. In this mode, the velocity term is multiplied by 40000 (due to the adimensional mode). We think that to multiply the velocity by this adimensional factor causes a calculation on the velocity (exceeding a threshold value (epzero ?) that defines the zero).
How to avoid that calculation velocity in adimensional mode ?
Thanks
Paul
Recently, we have implemented a modul to generate the electrical double layer (particular physics).
It was planned to start this code in dimensional and adimensional mode. The adimensional mode is obtained by applying Pi-Buckingham theorem.
In the case where there is not the flow - only the particular physic modul is activated :
If we use the code without setting the source term in Navier-stokes equation then the code works in dimensional and adimensional mode. The velocity field equal zero, no iteration during the computation.
When I'm applying the electrical source term (rho*E) in NS equation in dimensional mode, it's ok ! Its impact is quite low to generate a velocity. No iteration on the velocity field.
But, in the adimensionnal mode, a velocity field is calculated during the computation. In this mode, the velocity term is multiplied by 40000 (due to the adimensional mode). We think that to multiply the velocity by this adimensional factor causes a calculation on the velocity (exceeding a threshold value (epzero ?) that defines the zero).
How to avoid that calculation velocity in adimensional mode ?
Thanks
Paul