You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to set up 3D-MMS tests for very distorted grids in FCI. My solutions are generally dependent on the normalized radius rho and the poloidal angle theta. I want to supply the MMS solutions and sources via the input file. The problem here is, that the only coordinates I can use are x,y,z (afaik). Disregarding y here, x and z do not generally coincide with rho and theta. Is there a possibility for me to, for example, add rho and theta to the grid file and use them in the input file to set the MMS solution and source?
The text was updated successfully, but these errors were encountered:
One way is to add some variables and then get them in the C++ code with mesh->get("theta") or the like. Then you can implement your expressions in C++.
I am currently trying to set up 3D-MMS tests for very distorted grids in FCI. My solutions are generally dependent on the normalized radius rho and the poloidal angle theta. I want to supply the MMS solutions and sources via the input file. The problem here is, that the only coordinates I can use are x,y,z (afaik). Disregarding y here, x and z do not generally coincide with rho and theta. Is there a possibility for me to, for example, add rho and theta to the grid file and use them in the input file to set the MMS solution and source?
The text was updated successfully, but these errors were encountered: